#20960A

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

Shades of Forest Green #20960A

Tints of Forest Green #20960A

Color information

#20960A (or 0x20960A) is unknown color: approx Forest Green. HEX triplet: 20, 96 and 0A. RGB value is (32,150,10). Sum of RGB (Red+Green+Blue) = 32+150+10=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 150 (58.98% from 255 or 78.12% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 150 - color contains mainly: green. Hex color #20960A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20960A is #DF69F5. Grayscale: #636363. Windows color (decimal): -14641654 or 693792. OLE color: 693792.

HSL color Cylindrical-coordinate representation of color #20960A: hue angle of 110.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20960A is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB3215010-
CMYK0.7900.930.41
HSL110.57º87.5%31.37%-
HSV(B)110.57º93.33%58.82%-
XYZ11.5622.143.95-
YUV98.7677.9180.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 150 (58.98% from 255) = 78.12%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=16.67%
G=78.12%
B=5.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32150100.7900.930.41110.5787.531.37
Hex2096A4F05D296f581f
Octal402261211701355115713037
Binary1000001001011010101001111010111011010011101111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20960A; }

 p { color: rgb(32,150,10); }

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

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

 a { background-color: rgb(32,150,10); }

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

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

 span { border-color: rgb(32,150,10); }

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