Shades of Elf Green #21856D
Tints of Elf Green #21856D
RGB
CMYK
RGB Variations
Color information
#21856D (or 0x21856D) is known color: Elf Green. HEX triplet: 21, 85 and 6D. RGB value is (33,133,109). Sum of RGB (Red+Green+Blue) = 33+133+109=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #21856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21856D is #DE7A92. Grayscale: #646464. Windows color (decimal): -14580371 or 7177505. OLE color: 7177505.
HSL color Cylindrical-coordinate representation of color #21856D: hue angle of 165.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21856D is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 109 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.48 |
| HSL | 165.6º | 0.6% | 0.33% | - |
| HSV(B) | 165.6º | 0.75% | 0.52% | - |
| XYZ | 11.78 | 18.2 | 17.36 | - |
| YUV | 100.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 109 | 0.75 | 0 | 0.18 | 0.48 | 165.6 | 0.6 | 0.33 |
| Hex | 21 | 85 | 6D | 4B | 0 | 12 | 30 | A6 | 3C | 21 |
| Octal | 41 | 205 | 155 | 113 | 0 | 22 | 60 | 246 | 74 | 41 |
| Binary | 100001 | 10000101 | 1101101 | 1001011 | 0 | 10010 | 110000 | 10100110 | 111100 | 100001 |
Color Harmonies of #21856D
Complementary color
Monochromatic Colors of #21856D
Black with #21856D
Text Example
Text Example
White with #21856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21856D; }
p { color: rgb(33,133,109); }
H1.HeaderClassName
{
color: #21856D;
}
.AnyTagClassName
{
color: #21856D;
}
</style>
background-color css
<style>
a { background-color: #21856D; }
a { background-color: rgb(33,133,109); }
div.DivClassName
{
background-color: #21856D;
}
.BgClassName
{
background-color: #21856D;
}
</style>
border-color css
<style>
span { border-color: #21856D; }
span { border-color: rgb(33,133,109); }
td.TdClassName
{
border-color: #21856D;
}
.TagClassName
{
border-color: #21856D;
}
</style>