#208014

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

Shades of Forest Green #208014

Tints of Forest Green #208014

Color information

#208014 (or 0x208014) is unknown color: approx Forest Green. HEX triplet: 20, 80 and 14. RGB value is (32,128,20). Sum of RGB (Red+Green+Blue) = 32+128+20=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 128 (50.39% from 255 or 71.11% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 128 - color contains mainly: green. Hex color #208014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208014 is #DF7FEB. Grayscale: #575757. Windows color (decimal): -14647276 or 1343520. OLE color: 1343520.

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

Color convert

RGB3212820-
CMYK0.7500.840.50
HSL113.33º72.97%29.02%-
HSV(B)113.33º84.38%50.2%-
XYZ8.4415.83.27-
YUV86.9890.288.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.78%
GREEN value IS 128 (50.39% from 255) = 71.11%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=17.78%
G=71.11%
B=11.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32128200.7500.840.50113.3372.9729.02
Hex2080144B0543271491d
Octal402002411301246216111135
Binary10000010000000101001001011010101001100101110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208014; }

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

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

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

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

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

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

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

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