#20980F

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

Shades of Forest Green #20980F

Tints of Forest Green #20980F

Color information

#20980F (or 0x20980F) is unknown color: approx Forest Green. HEX triplet: 20, 98 and 0F. RGB value is (32,152,15). Sum of RGB (Red+Green+Blue) = 32+152+15=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 152 (59.77% from 255 or 76.38% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 152 - color contains mainly: green. Hex color #20980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20980F is #DF67F0. Grayscale: #646464. Windows color (decimal): -14641137 or 1021984. OLE color: 1021984.

HSL color Cylindrical-coordinate representation of color #20980F: hue angle of 112.55º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20980F is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB3215215-
CMYK0.7900.900.40
HSL112.55º82.04%32.75%-
HSV(B)112.55º90.13%59.61%-
XYZ11.9122.84.22-
YUV100.579.7479.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 152 (59.77% from 255) = 76.38%
BLUE value IS 15 (6.25% from 255) = 7.54%
R=16.08%
G=76.38%
B=7.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32152150.7900.900.40112.5582.0432.75
Hex2098F4F05A28715221
Octal402301711701325016112241
Binary10000010011000111110011110101101010100011100011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20980F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20980F; }

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

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

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

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

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

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

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

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