#21806E

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

Shades of Elf Green #21806E

Tints of Elf Green #21806E

Color information

#21806E (or 0x21806E) is unknown color: approx Elf Green. HEX triplet: 21, 80 and 6E. RGB value is (33,128,110). Sum of RGB (Red+Green+Blue) = 33+128+110=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #21806E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21806E is #DE7F91. Grayscale: #616161. Windows color (decimal): -14581650 or 7241761. OLE color: 7241761.

HSL color Cylindrical-coordinate representation of color #21806E: hue angle of 168.63º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21806E is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB33128110-
CMYK0.7400.140.50
HSL168.63º59.01%31.57%-
HSV(B)168.63º74.22%50.2%-
XYZ11.1616.8917.42-
YUV97.54135.0381.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 128 (50.39% from 255) = 47.23%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=12.18%
G=47.23%
B=40.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331281100.7400.140.50168.6359.0131.57
Hex21806E4A0E32a93b20
Octal41200156112016622517340
Binary10000110000000110111010010100111011001010101001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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