#21966E

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

Shades of Elf Green #21966E

Tints of Elf Green #21966E

Color information

#21966E (or 0x21966E) is unknown color: approx Elf Green. HEX triplet: 21, 96 and 6E. RGB value is (33,150,110). Sum of RGB (Red+Green+Blue) = 33+150+110=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #21966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21966E is #DE6991. Grayscale: #6E6E6E. Windows color (decimal): -14576018 or 7247393. OLE color: 7247393.

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

Color convert

RGB33150110-
CMYK0.7800.270.41
HSL159.49º63.93%35.88%-
HSV(B)159.49º78%58.82%-
XYZ14.3523.2618.49-
YUV110.46127.7472.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.26%
GREEN value IS 150 (58.98% from 255) = 51.19%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=11.26%
G=51.19%
B=37.54%

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
Decimal331501100.7800.270.41159.4963.9335.88
Hex21966E4E01B299f4024
Octal412261561160335123710044
Binary1000011001011011011101001110011011101001100111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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