#20920A

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

Shades of Forest Green #20920A

Tints of Forest Green #20920A

Color information

#20920A (or 0x20920A) is unknown color: approx Forest Green. HEX triplet: 20, 92 and 0A. RGB value is (32,146,10). Sum of RGB (Red+Green+Blue) = 32+146+10=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 146 (57.42% from 255 or 77.66% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 146 - color contains mainly: green. Hex color #20920A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20920A is #DF6DF5. Grayscale: #606060. Windows color (decimal): -14642678 or 692768. OLE color: 692768.

HSL color Cylindrical-coordinate representation of color #20920A: hue angle of 110.29º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20920A is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB3214610-
CMYK0.7800.930.43
HSL110.29º87.18%30.59%-
HSV(B)110.29º93.15%57.25%-
XYZ10.9320.893.74-
YUV96.4179.2382.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 146 (57.42% from 255) = 77.66%
BLUE value IS 10 (4.30% from 255) = 5.32%
R=17.02%
G=77.66%
B=5.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32146100.7800.930.43110.2987.1830.59
Hex2092A4E05D2B6e571f
Octal402221211601355315612737
Binary1000001001001010101001110010111011010111101110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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