Shades of Elf Green #21896C
Tints of Elf Green #21896C
RGB
CMYK
RGB Variations
Color information
#21896C (or 0x21896C) is known color: Elf Green. HEX triplet: 21, 89 and 6C. RGB value is (33,137,108). Sum of RGB (Red+Green+Blue) = 33+137+108=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #21896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21896C is #DE7693. Grayscale: #666666. Windows color (decimal): -14579348 or 7112993. OLE color: 7112993.
HSL color Cylindrical-coordinate representation of color #21896C: hue angle of 163.27º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21896C is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 108 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.46 |
| HSL | 163.27º | 0.61% | 0.33% | - |
| HSV(B) | 163.27º | 0.76% | 0.54% | - |
| XYZ | 12.28 | 19.3 | 17.26 | - |
| YUV | 102.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 108 | 0.76 | 0 | 0.21 | 0.46 | 163.27 | 0.61 | 0.33 |
| Hex | 21 | 89 | 6C | 4C | 0 | 15 | 2E | A3 | 3D | 21 |
| Octal | 41 | 211 | 154 | 114 | 0 | 25 | 56 | 243 | 75 | 41 |
| Binary | 100001 | 10001001 | 1101100 | 1001100 | 0 | 10101 | 101110 | 10100011 | 111101 | 100001 |
Color Harmonies of #21896C
Complementary color
Monochromatic Colors of #21896C
Black with #21896C
Text Example
Text Example
White with #21896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21896C; }
p { color: rgb(33,137,108); }
H1.HeaderClassName
{
color: #21896C;
}
.AnyTagClassName
{
color: #21896C;
}
</style>
background-color css
<style>
a { background-color: #21896C; }
a { background-color: rgb(33,137,108); }
div.DivClassName
{
background-color: #21896C;
}
.BgClassName
{
background-color: #21896C;
}
</style>
border-color css
<style>
span { border-color: #21896C; }
span { border-color: rgb(33,137,108); }
td.TdClassName
{
border-color: #21896C;
}
.TagClassName
{
border-color: #21896C;
}
</style>