#20981C

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

Shades of Forest Green #20981C

Tints of Forest Green #20981C

Color information

#20981C (or 0x20981C) is unknown color: approx Forest Green. HEX triplet: 20, 98 and 1C. RGB value is (32,152,28). Sum of RGB (Red+Green+Blue) = 32+152+28=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 152 (59.77% from 255 or 71.70% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 152 - color contains mainly: green. Hex color #20981C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20981C is #DF67E3. Grayscale: #666666. Windows color (decimal): -14641124 or 1873952. OLE color: 1873952.

HSL color Cylindrical-coordinate representation of color #20981C: hue angle of 118.06º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20981C is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB3215228-
CMYK0.7900.820.40
HSL118.06º68.89%35.29%-
HSV(B)118.06º81.58%59.61%-
XYZ12.0322.854.87-
YUV101.9886.2478.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.09%
GREEN value IS 152 (59.77% from 255) = 71.70%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=15.09%
G=71.70%
B=13.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32152280.7900.820.40118.0668.8935.29
Hex20981C4F05228764523
Octal402303411701225016610543
Binary100000100110001110010011110101001010100011101101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20981C; }

 p { color: rgb(32,152,28); }

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

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

 a { background-color: rgb(32,152,28); }

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

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

 span { border-color: rgb(32,152,28); }

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