#21816B

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

Shades of Elf Green #21816B

Tints of Elf Green #21816B

Color information

#21816B (or 0x21816B) is unknown color: approx Elf Green. HEX triplet: 21, 81 and 6B. RGB value is (33,129,107). Sum of RGB (Red+Green+Blue) = 33+129+107=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #21816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21816B is #DE7E94. Grayscale: #616161. Windows color (decimal): -14581397 or 7045409. OLE color: 7045409.

HSL color Cylindrical-coordinate representation of color #21816B: hue angle of 166.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21816B is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB33129107-
CMYK0.7400.170.49
HSL166.25º59.26%31.76%-
HSV(B)166.25º74.42%50.59%-
XYZ11.1317.0916.62-
YUV97.79133.281.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 129 (50.78% from 255) = 47.96%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=12.27%
G=47.96%
B=39.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331291070.7400.170.49166.2559.2631.76
Hex21816B4A01131a63b20
Octal41201153112021612467340
Binary100001100000011101011100101001000111000110100110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21816B; }

 p { color: rgb(33,129,107); }

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

<style>
 a { background-color: #21816B; }

 a { background-color: rgb(33,129,107); }

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

<style>
 span { border-color: #21816B; }

 span { border-color: rgb(33,129,107); }

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