#20A31E

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

Shades of Forest Green #20A31E

Tints of Forest Green #20A31E

Color information

#20A31E (or 0x20A31E) is unknown color: approx Forest Green. HEX triplet: 20, A3 and 1E. RGB value is (32,163,30). Sum of RGB (Red+Green+Blue) = 32+163+30=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 163 (64.06% from 255 or 72.44% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 163 - color contains mainly: green. Hex color #20A31E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A31E is #DF5CE1. Grayscale: #6D6D6D. Windows color (decimal): -14638306 or 2007840. OLE color: 2007840.

HSL color Cylindrical-coordinate representation of color #20A31E: hue angle of 119.1º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20A31E is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB3216330-
CMYK0.8000.820.36
HSL119.1º68.91%37.84%-
HSV(B)119.1º81.6%63.92%-
XYZ13.9326.65.63-
YUV108.6783.673.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 163 (64.06% from 255) = 72.44%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=14.22%
G=72.44%
B=13.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32163300.8000.820.36119.168.9137.84
Hex20A31E5005224774526
Octal402433612001224416710546
Binary100000101000111111010100000101001010010011101111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20A31E; }

 p { color: rgb(32,163,30); }

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

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

 a { background-color: rgb(32,163,30); }

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

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

 span { border-color: rgb(32,163,30); }

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