#208F05

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

Shades of Forest Green #208F05

Tints of Forest Green #208F05

Color information

#208F05 (or 0x208F05) is unknown color: approx Forest Green. HEX triplet: 20, 8F and 05. RGB value is (32,143,5). Sum of RGB (Red+Green+Blue) = 32+143+5=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 143 (56.25% from 255 or 79.44% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 143 - color contains mainly: green. Hex color #208F05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208F05 is #DF70FA. Grayscale: #5E5E5E. Windows color (decimal): -14643451 or 364320. OLE color: 364320.

HSL color Cylindrical-coordinate representation of color #208F05: hue angle of 108.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #208F05 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB321435-
CMYK0.7800.970.44
HSL108.26º93.24%29.02%-
HSV(B)108.26º96.5%56.08%-
XYZ10.4519.963.45-
YUV94.0877.7383.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.78%
GREEN value IS 143 (56.25% from 255) = 79.44%
BLUE value IS 5 (2.34% from 255) = 2.78%
R=17.78%
G=79.44%
B=2.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3214350.7800.970.44108.2693.2429.02
Hex208F54E0612C6c5d1d
Octal40217511601415415413535
Binary100000100011111011001110011000011011001101100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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