#208B06

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

Shades of Forest Green #208B06

Tints of Forest Green #208B06

Color information

#208B06 (or 0x208B06) is unknown color: approx Forest Green. HEX triplet: 20, 8B and 06. RGB value is (32,139,6). Sum of RGB (Red+Green+Blue) = 32+139+6=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 139 (54.69% from 255 or 78.53% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 139 - color contains mainly: green. Hex color #208B06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208B06 is #DF74F9. Grayscale: #5C5C5C. Windows color (decimal): -14644474 or 428832. OLE color: 428832.

HSL color Cylindrical-coordinate representation of color #208B06: hue angle of 108.27º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #208B06 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB321396-
CMYK0.7700.960.45
HSL108.27º91.72%28.43%-
HSV(B)108.27º95.68%54.51%-
XYZ9.8618.793.28-
YUV91.8479.5585.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 139 (54.69% from 255) = 78.53%
BLUE value IS 6 (2.73% from 255) = 3.39%
R=18.08%
G=78.53%
B=3.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3213960.7700.960.45108.2791.7228.43
Hex208B64D0602D6c5c1c
Octal40213611501405515413434
Binary100000100010111101001101011000001011011101100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208B06; }

 p { color: rgb(32,139,6); }

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

<style>
 a { background-color: #208B06; }

 a { background-color: rgb(32,139,6); }

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

<style>
 span { border-color: #208B06; }

 span { border-color: rgb(32,139,6); }

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