#20962E

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

Shades of Forest Green #20962E

Tints of Forest Green #20962E

Color information

#20962E (or 0x20962E) is unknown color: approx Forest Green. HEX triplet: 20, 96 and 2E. RGB value is (32,150,46). Sum of RGB (Red+Green+Blue) = 32+150+46=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #20962E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20962E is #DF69D1. Grayscale: #676767. Windows color (decimal): -14641618 or 3053088. OLE color: 3053088.

HSL color Cylindrical-coordinate representation of color #20962E: hue angle of 127.12º 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 #20962E is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB3215046-
CMYK0.7900.690.41
HSL127.12º64.84%35.69%-
HSV(B)127.12º78.67%58.82%-
XYZ1222.326.26-
YUV102.8695.9177.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 150 (58.98% from 255) = 65.79%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=14.04%
G=65.79%
B=20.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32150460.7900.690.41127.1264.8435.69
Hex20962E4F045297f4124
Octal402265611701055117710144
Binary1000001001011010111010011110100010110100111111111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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