#20962A

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

Shades of Forest Green #20962A

Tints of Forest Green #20962A

Color information

#20962A (or 0x20962A) is unknown color: approx Forest Green. HEX triplet: 20, 96 and 2A. RGB value is (32,150,42). Sum of RGB (Red+Green+Blue) = 32+150+42=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 150 (58.98% from 255 or 66.96% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 150 - color contains mainly: green. Hex color #20962A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20962A is #DF69D5. Grayscale: #666666. Windows color (decimal): -14641622 or 2790944. OLE color: 2790944.

HSL color Cylindrical-coordinate representation of color #20962A: hue angle of 125.08º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20962A is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB3215042-
CMYK0.7900.720.41
HSL125.08º64.84%35.69%-
HSV(B)125.08º78.67%58.82%-
XYZ11.9222.295.86-
YUV102.4193.9177.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.29%
GREEN value IS 150 (58.98% from 255) = 66.96%
BLUE value IS 42 (16.80% from 255) = 18.75%
R=14.29%
G=66.96%
B=18.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32150420.7900.720.41125.0864.8435.69
Hex20962A4F048297d4124
Octal402265211701105117510144
Binary1000001001011010101010011110100100010100111111011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,150,42); }

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

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

 a { background-color: rgb(32,150,42); }

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

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

 span { border-color: rgb(32,150,42); }

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