#20951E

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

Shades of Forest Green #20951E

Tints of Forest Green #20951E

Color information

#20951E (or 0x20951E) is unknown color: approx Forest Green. HEX triplet: 20, 95 and 1E. RGB value is (32,149,30). Sum of RGB (Red+Green+Blue) = 32+149+30=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #20951E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20951E is #DF6AE1. Grayscale: #646464. Windows color (decimal): -14641890 or 2004256. OLE color: 2004256.

HSL color Cylindrical-coordinate representation of color #20951E: hue angle of 118.99º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20951E is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB3214930-
CMYK0.7900.800.42
HSL118.99º66.48%35.1%-
HSV(B)118.99º79.87%58.43%-
XYZ11.5821.94.84-
YUV100.4588.2479.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 149 (58.59% from 255) = 70.62%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=15.17%
G=70.62%
B=14.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32149300.7900.800.42118.9966.4835.1
Hex20951E4F0502A774223
Octal402253611701205216710243
Binary100000100101011111010011110101000010101011101111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20951E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20951E; }

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

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

<style>
 a { background-color: #20951E; }

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

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

<style>
 span { border-color: #20951E; }

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

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