#208934

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

Shades of Forest Green #208934

Tints of Forest Green #208934

Color information

#208934 (or 0x208934) is unknown color: approx Forest Green. HEX triplet: 20, 89 and 34. RGB value is (32,137,52). Sum of RGB (Red+Green+Blue) = 32+137+52=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #208934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208934 is #DF76CB. Grayscale: #606060. Windows color (decimal): -14644940 or 3442976. OLE color: 3442976.

HSL color Cylindrical-coordinate representation of color #208934: hue angle of 131.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208934 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB3213752-
CMYK0.7700.620.46
HSL131.43º62.13%33.14%-
HSV(B)131.43º76.64%53.73%-
XYZ10.1618.456.27-
YUV95.92103.2182.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 137 (53.91% from 255) = 61.99%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=14.48%
G=61.99%
B=23.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32137520.7700.620.46131.4362.1333.14
Hex2089344D03E2E833e21
Octal4021164115076562037641
Binary100000100010011101001001101011111010111010000011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208934; }

 p { color: rgb(32,137,52); }

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

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

 a { background-color: rgb(32,137,52); }

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

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

 span { border-color: rgb(32,137,52); }

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