#21962E

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

Shades of Forest Green #21962E

Tints of Forest Green #21962E

Color information

#21962E (or 0x21962E) is unknown color: approx Forest Green. HEX triplet: 21, 96 and 2E. RGB value is (33,150,46). Sum of RGB (Red+Green+Blue) = 33+150+46=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #21962E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21962E is #DE69D1. Grayscale: #676767. Windows color (decimal): -14576082 or 3053089. OLE color: 3053089.

HSL color Cylindrical-coordinate representation of color #21962E: hue angle of 126.67º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21962E is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB3315046-
CMYK0.7800.690.41
HSL126.67º63.93%35.88%-
HSV(B)126.67º78%58.82%-
XYZ12.0322.336.26-
YUV103.1695.7477.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 150 (58.98% from 255) = 65.50%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=14.41%
G=65.50%
B=20.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33150460.7800.690.41126.6763.9335.88
Hex21962E4E045297f4024
Octal412265611601055117710044
Binary1000011001011010111010011100100010110100111111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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