#208C14

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

Shades of Forest Green #208C14

Tints of Forest Green #208C14

Color information

#208C14 (or 0x208C14) is unknown color: approx Forest Green. HEX triplet: 20, 8C and 14. RGB value is (32,140,20). Sum of RGB (Red+Green+Blue) = 32+140+20=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 140 (55.08% from 255 or 72.92% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 140 - color contains mainly: green. Hex color #208C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208C14 is #DF73EB. Grayscale: #5E5E5E. Windows color (decimal): -14644204 or 1346592. OLE color: 1346592.

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

Color convert

RGB3214020-
CMYK0.7700.860.45
HSL114º75%31.37%-
HSV(B)114º85.71%54.9%-
XYZ10.119.113.82-
YUV94.0386.2283.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 140 (55.08% from 255) = 72.92%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=16.67%
G=72.92%
B=10.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32140200.7700.860.451147531.37
Hex208C144D0562D724b1f
Octal402142411501265516211337
Binary10000010001100101001001101010101101011011110010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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