Shades of Elf Green #21845D
Tints of Elf Green #21845D
RGB
CMYK
RGB Variations
Color information
#21845D (or 0x21845D) is known color: Elf Green. HEX triplet: 21, 84 and 5D. RGB value is (33,132,93). Sum of RGB (Red+Green+Blue) = 33+132+93=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #21845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21845D is #DE7BA2. Grayscale: #626262. Windows color (decimal): -14580643 or 6128673. OLE color: 6128673.
HSL color Cylindrical-coordinate representation of color #21845D: hue angle of 156.36º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21845D is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 93 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.48 |
| HSL | 156.36º | 0.6% | 0.32% | - |
| HSV(B) | 156.36º | 0.75% | 0.52% | - |
| XYZ | 10.85 | 17.62 | 13.18 | - |
| YUV | 97.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 93 | 0.75 | 0 | 0.30 | 0.48 | 156.36 | 0.6 | 0.32 |
| Hex | 21 | 84 | 5D | 4B | 0 | 1E | 30 | 9C | 3C | 20 |
| Octal | 41 | 204 | 135 | 113 | 0 | 36 | 60 | 234 | 74 | 40 |
| Binary | 100001 | 10000100 | 1011101 | 1001011 | 0 | 11110 | 110000 | 10011100 | 111100 | 100000 |
Color Harmonies of #21845D
Complementary color
Monochromatic Colors of #21845D
Black with #21845D
Text Example
Text Example
White with #21845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21845D; }
p { color: rgb(33,132,93); }
H1.HeaderClassName
{
color: #21845D;
}
.AnyTagClassName
{
color: #21845D;
}
</style>
background-color css
<style>
a { background-color: #21845D; }
a { background-color: rgb(33,132,93); }
div.DivClassName
{
background-color: #21845D;
}
.BgClassName
{
background-color: #21845D;
}
</style>
border-color css
<style>
span { border-color: #21845D; }
span { border-color: rgb(33,132,93); }
td.TdClassName
{
border-color: #21845D;
}
.TagClassName
{
border-color: #21845D;
}
</style>