#208213

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

Shades of Forest Green #208213

Tints of Forest Green #208213

Color information

#208213 (or 0x208213) is unknown color: approx Forest Green. HEX triplet: 20, 82 and 13. RGB value is (32,130,19). Sum of RGB (Red+Green+Blue) = 32+130+19=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 130 (51.17% from 255 or 71.82% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 130 - color contains mainly: green. Hex color #208213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208213 is #DF7DEC. Grayscale: #585858. Windows color (decimal): -14646765 or 1278496. OLE color: 1278496.

HSL color Cylindrical-coordinate representation of color #208213: hue angle of 112.97º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208213 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB3213019-
CMYK0.7500.850.49
HSL112.97º74.5%29.22%-
HSV(B)112.97º85.38%50.98%-
XYZ8.716.323.31-
YUV88.0489.0388.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.68%
GREEN value IS 130 (51.17% from 255) = 71.82%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=17.68%
G=71.82%
B=10.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130190.7500.850.49112.9774.529.22
Hex2082134B05531714a1d
Octal402022311301256116111235
Binary10000010000010100111001011010101011100011110001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208213; }

 p { color: rgb(32,130,19); }

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

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

 a { background-color: rgb(32,130,19); }

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

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

 span { border-color: rgb(32,130,19); }

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