#208C19

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

Shades of Forest Green #208C19

Tints of Forest Green #208C19

Color information

#208C19 (or 0x208C19) is unknown color: approx Forest Green. HEX triplet: 20, 8C and 19. RGB value is (32,140,25). Sum of RGB (Red+Green+Blue) = 32+140+25=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 140 (55.08% from 255 or 71.07% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 140 - color contains mainly: green. Hex color #208C19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208C19 is #DF73E6. Grayscale: #5E5E5E. Windows color (decimal): -14644199 or 1674272. OLE color: 1674272.

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

Color convert

RGB3214025-
CMYK0.7700.820.45
HSL116.35º69.7%32.35%-
HSV(B)116.35º82.14%54.9%-
XYZ10.1519.134.08-
YUV94.688.7283.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 140 (55.08% from 255) = 71.07%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=16.24%
G=71.07%
B=12.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32140250.7700.820.45116.3569.732.35
Hex208C194D0522D744620
Octal402143111501225516410640
Binary100000100011001100110011010101001010110111101001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,140,25); }

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

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

 a { background-color: rgb(32,140,25); }

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

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

 span { border-color: rgb(32,140,25); }

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