#208005

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

Shades of Forest Green #208005

Tints of Forest Green #208005

Color information

#208005 (or 0x208005) is unknown color: approx Forest Green. HEX triplet: 20, 80 and 05. RGB value is (32,128,5). Sum of RGB (Red+Green+Blue) = 32+128+5=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 128 (50.39% from 255 or 77.58% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 128 - color contains mainly: green. Hex color #208005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208005 is #DF7FFA. Grayscale: #555555. Windows color (decimal): -14647291 or 360480. OLE color: 360480.

HSL color Cylindrical-coordinate representation of color #208005: hue angle of 106.83º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #208005 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB321285-
CMYK0.7500.960.50
HSL106.83º92.48%26.08%-
HSV(B)106.83º96.09%50.2%-
XYZ8.3415.762.75-
YUV85.2782.790-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 128 (50.39% from 255) = 77.58%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=19.39%
G=77.58%
B=3.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3212850.7500.960.50106.8392.4826.08
Hex208054B060326b5c1a
Octal40200511301406215313432
Binary100000100000001011001011011000001100101101011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208005; }

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

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

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

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

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

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

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

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