#21996D

Color #21996D Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #21996D

Tints of Elf Green #21996D

Color information

#21996D (or 0x21996D) is unknown color: approx Elf Green. HEX triplet: 21, 99 and 6D. RGB value is (33,153,109). Sum of RGB (Red+Green+Blue) = 33+153+109=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #21996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21996D is #DE6692. Grayscale: #707070. Windows color (decimal): -14575251 or 7182625. OLE color: 7182625.

HSL color Cylindrical-coordinate representation of color #21996D: hue angle of 158º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21996D is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB33153109-
CMYK0.7800.290.4
HSL158º64.52%36.47%-
HSV(B)158º78.43%60%-
XYZ14.7824.2118.36-
YUV112.1126.2471.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.19%
GREEN value IS 153 (60.16% from 255) = 51.86%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=11.19%
G=51.86%
B=36.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal331531090.7800.290.415864.5236.47
Hex21996D4E01D289e4124
Octal412311551160355023610144
Binary1000011001100111011011001110011101101000100111101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21996D; }

 p { color: rgb(33,153,109); }

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

<style>
 a { background-color: #21996D; }

 a { background-color: rgb(33,153,109); }

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

<style>
 span { border-color: #21996D; }

 span { border-color: rgb(33,153,109); }

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