Shades of Elf Green #21816B
Tints of Elf Green #21816B
RGB
CMYK
RGB Variations
Color information
#21816B (or 0x21816B) is known color: 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
| RGB | 33 | 129 | 107 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.49 |
| HSL | 166.25º | 0.59% | 0.32% | - |
| HSV(B) | 166.25º | 0.74% | 0.51% | - |
| XYZ | 11.13 | 17.09 | 16.62 | - |
| YUV | 97.79 | 133.2 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 107 | 0.74 | 0 | 0.17 | 0.49 | 166.25 | 0.59 | 0.32 |
| Hex | 21 | 81 | 6B | 4A | 0 | 11 | 31 | A6 | 3B | 20 |
| Octal | 41 | 201 | 153 | 112 | 0 | 21 | 61 | 246 | 73 | 40 |
| Binary | 100001 | 10000001 | 1101011 | 1001010 | 0 | 10001 | 110001 | 10100110 | 111011 | 100000 |
Color Harmonies of #21816B
Complementary color
Monochromatic Colors of #21816B
Black with #21816B
Text Example
Text Example
White with #21816B
Text Example
Text Example
HTML Codes & Css Web 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>