#208505

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

Shades of Forest Green #208505

Tints of Forest Green #208505

Color information

#208505 (or 0x208505) is unknown color: approx Forest Green. HEX triplet: 20, 85 and 05. RGB value is (32,133,5). Sum of RGB (Red+Green+Blue) = 32+133+5=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #208505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208505 is #DF7AFA. Grayscale: #585858. Windows color (decimal): -14646011 or 361760. OLE color: 361760.

HSL color Cylindrical-coordinate representation of color #208505: hue angle of 107.34º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #208505 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB321335-
CMYK0.7600.960.48
HSL107.34º92.75%27.06%-
HSV(B)107.34º96.24%52.16%-
XYZ9.0117.092.97-
YUV88.2181.0487.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 133 (52.34% from 255) = 78.24%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=18.82%
G=78.24%
B=2.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3213350.7600.960.48107.3492.7527.06
Hex208554C060306b5d1b
Octal40205511401406015313533
Binary100000100001011011001100011000001100001101011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208505; }

 p { color: rgb(32,133,5); }

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

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

 a { background-color: rgb(32,133,5); }

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

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

 span { border-color: rgb(32,133,5); }

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