Shades of Elf Green #21826E
Tints of Elf Green #21826E
RGB
CMYK
RGB Variations
Color information
#21826E (or 0x21826E) is known color: Elf Green. HEX triplet: 21, 82 and 6E. RGB value is (33,130,110). Sum of RGB (Red+Green+Blue) = 33+130+110=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #21826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21826E is #DE7D91. Grayscale: #626262. Windows color (decimal): -14581138 or 7242273. OLE color: 7242273.
HSL color Cylindrical-coordinate representation of color #21826E: hue angle of 167.63º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21826E is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 110 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.49 |
| HSL | 167.63º | 0.6% | 0.32% | - |
| HSV(B) | 167.63º | 0.75% | 0.51% | - |
| XYZ | 11.42 | 17.41 | 17.51 | - |
| YUV | 98.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 110 | 0.75 | 0 | 0.15 | 0.49 | 167.63 | 0.6 | 0.32 |
| Hex | 21 | 82 | 6E | 4B | 0 | F | 31 | A8 | 3C | 20 |
| Octal | 41 | 202 | 156 | 113 | 0 | 17 | 61 | 250 | 74 | 40 |
| Binary | 100001 | 10000010 | 1101110 | 1001011 | 0 | 1111 | 110001 | 10101000 | 111100 | 100000 |
Color Harmonies of #21826E
Complementary color
Monochromatic Colors of #21826E
Black with #21826E
Text Example
Text Example
White with #21826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21826E; }
p { color: rgb(33,130,110); }
H1.HeaderClassName
{
color: #21826E;
}
.AnyTagClassName
{
color: #21826E;
}
</style>
background-color css
<style>
a { background-color: #21826E; }
a { background-color: rgb(33,130,110); }
div.DivClassName
{
background-color: #21826E;
}
.BgClassName
{
background-color: #21826E;
}
</style>
border-color css
<style>
span { border-color: #21826E; }
span { border-color: rgb(33,130,110); }
td.TdClassName
{
border-color: #21826E;
}
.TagClassName
{
border-color: #21826E;
}
</style>