#20951F

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

Shades of Forest Green #20951F

Tints of Forest Green #20951F

Color information

#20951F (or 0x20951F) is unknown color: approx Forest Green. HEX triplet: 20, 95 and 1F. RGB value is (32,149,31). Sum of RGB (Red+Green+Blue) = 32+149+31=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #20951F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20951F is #DF6AE0. Grayscale: #646464. Windows color (decimal): -14641889 or 2069792. OLE color: 2069792.

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

Color convert

RGB3214931-
CMYK0.7900.790.42
HSL119.49º65.56%35.29%-
HSV(B)119.49º79.19%58.43%-
XYZ11.5921.94.91-
YUV100.5688.7479.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.09%
GREEN value IS 149 (58.59% from 255) = 70.28%
BLUE value IS 31 (12.5% from 255) = 14.62%
R=15.09%
G=70.28%
B=14.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32149310.7900.790.42119.4965.5635.29
Hex20951F4F04F2A774223
Octal402253711701175216710243
Binary100000100101011111110011110100111110101011101111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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