#20951A

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

Shades of Forest Green #20951A

Tints of Forest Green #20951A

Color information

#20951A (or 0x20951A) is unknown color: approx Forest Green. HEX triplet: 20, 95 and 1A. RGB value is (32,149,26). Sum of RGB (Red+Green+Blue) = 32+149+26=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 149 (58.59% from 255 or 71.98% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 149 - color contains mainly: green. Hex color #20951A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20951A is #DF6AE5. Grayscale: #646464. Windows color (decimal): -14641894 or 1742112. OLE color: 1742112.

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

Color convert

RGB3214926-
CMYK0.7900.830.42
HSL117.07º70.29%34.31%-
HSV(B)117.07º82.55%58.43%-
XYZ11.5321.884.59-
YUV99.9986.2479.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 149 (58.59% from 255) = 71.98%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=15.46%
G=71.98%
B=12.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32149260.7900.830.42117.0770.2934.31
Hex20951A4F0532A754622
Octal402253211701235216510642
Binary100000100101011101010011110101001110101011101011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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