#20A310

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

Shades of Forest Green #20A310

Tints of Forest Green #20A310

Color information

#20A310 (or 0x20A310) is unknown color: approx Forest Green. HEX triplet: 20, A3 and 10. RGB value is (32,163,16). Sum of RGB (Red+Green+Blue) = 32+163+16=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 163 (64.06% from 255 or 77.25% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 163 - color contains mainly: green. Hex color #20A310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A310 is #DF5CEF. Grayscale: #6B6B6B. Windows color (decimal): -14638320 or 1090336. OLE color: 1090336.

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

Color convert

RGB3216316-
CMYK0.8000.900.36
HSL113.47º82.12%35.1%-
HSV(B)113.47º90.18%63.92%-
XYZ13.7926.544.89-
YUV107.0776.674.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 163 (64.06% from 255) = 77.25%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=15.17%
G=77.25%
B=7.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32163160.8000.900.36113.4782.1235.1
Hex20A3105005A24715223
Octal402432012001324416112243
Binary100000101000111000010100000101101010010011100011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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