#277B14

Color #277B14 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #277B14

Tints of Forest Green #277B14

Color information

#277B14 (or 0x277B14) is unknown color: approx Forest Green. HEX triplet: 27, 7B and 14. RGB value is (39,123,20). Sum of RGB (Red+Green+Blue) = 39+123+20=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 123 (48.44% from 255 or 67.58% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 123 - color contains mainly: green. Hex color #277B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277B14 is #D884EB. Grayscale: #565656. Windows color (decimal): -14189804 or 1342247. OLE color: 1342247.

HSL color Cylindrical-coordinate representation of color #277B14: hue angle of 108.93º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #277B14 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB3912320-
CMYK0.6800.840.52
HSL108.93º72.03%28.04%-
HSV(B)108.93º83.74%48.24%-
XYZ8.0514.653.07-
YUV86.1490.6794.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 21.43%
GREEN value IS 123 (48.44% from 255) = 67.58%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=21.43%
G=67.58%
B=10.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39123200.6800.840.52108.9372.0328.04
Hex277B1444054346d481c
Octal471732410401246415511034
Binary1001111111011101001000100010101001101001101101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277B14; }

 p { color: rgb(39,123,20); }

 H1.HeaderClassName
 {
   color: #277B14;
 }
 .AnyTagClassName
 {
   color: #277B14;
 }
</style>
background-color css

<style>
 a { background-color: #277B14; }

 a { background-color: rgb(39,123,20); }

 div.DivClassName
 {
   background-color: #277B14;
 }
 .BgClassName
 {
   background-color: #277B14;
 }
</style>
border-color css

<style>
 span { border-color: #277B14; }

 span { border-color: rgb(39,123,20); }

 td.TdClassName
 {
   border-color: #277B14;
 }
 .TagClassName
 {
   border-color: #277B14;
 }
</style>