Shades of Elf Green #21885F
Tints of Elf Green #21885F
RGB
CMYK
RGB Variations
Color information
#21885F (or 0x21885F) is known color: Elf Green. HEX triplet: 21, 88 and 5F. RGB value is (33,136,95). Sum of RGB (Red+Green+Blue) = 33+136+95=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #21885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21885F is #DE77A0. Grayscale: #646464. Windows color (decimal): -14579617 or 6260769. OLE color: 6260769.
HSL color Cylindrical-coordinate representation of color #21885F: hue angle of 156.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21885F is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 95 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.47 |
| HSL | 156.12º | 0.61% | 0.33% | - |
| HSV(B) | 156.12º | 0.76% | 0.53% | - |
| XYZ | 11.5 | 18.76 | 13.84 | - |
| YUV | 100.53 | 124.88 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 95 | 0.76 | 0 | 0.30 | 0.47 | 156.12 | 0.61 | 0.33 |
| Hex | 21 | 88 | 5F | 4C | 0 | 1E | 2F | 9C | 3D | 21 |
| Octal | 41 | 210 | 137 | 114 | 0 | 36 | 57 | 234 | 75 | 41 |
| Binary | 100001 | 10001000 | 1011111 | 1001100 | 0 | 11110 | 101111 | 10011100 | 111101 | 100001 |
Color Harmonies of #21885F
Complementary color
Monochromatic Colors of #21885F
Black with #21885F
Text Example
Text Example
White with #21885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21885F; }
p { color: rgb(33,136,95); }
H1.HeaderClassName
{
color: #21885F;
}
.AnyTagClassName
{
color: #21885F;
}
</style>
background-color css
<style>
a { background-color: #21885F; }
a { background-color: rgb(33,136,95); }
div.DivClassName
{
background-color: #21885F;
}
.BgClassName
{
background-color: #21885F;
}
</style>
border-color css
<style>
span { border-color: #21885F; }
span { border-color: rgb(33,136,95); }
td.TdClassName
{
border-color: #21885F;
}
.TagClassName
{
border-color: #21885F;
}
</style>