#21966D

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

Shades of Elf Green #21966D

Tints of Elf Green #21966D

Color information

#21966D (or 0x21966D) is unknown color: approx Elf Green. HEX triplet: 21, 96 and 6D. RGB value is (33,150,109). Sum of RGB (Red+Green+Blue) = 33+150+109=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #21966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21966D is #DE6992. Grayscale: #6E6E6E. Windows color (decimal): -14576019 or 7181857. OLE color: 7181857.

HSL color Cylindrical-coordinate representation of color #21966D: hue angle of 158.97º 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 #21966D is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB33150109-
CMYK0.7800.270.41
HSL158.97º63.93%35.88%-
HSV(B)158.97º78%58.82%-
XYZ14.2923.2418.2-
YUV110.34127.2472.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.30%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=11.30%
G=51.37%
B=37.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331501090.7800.270.41158.9763.9335.88
Hex21966D4E01B299f4024
Octal412261551160335123710044
Binary1000011001011011011011001110011011101001100111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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