Shades of Elf Green #21907A
Tints of Elf Green #21907A
RGB
CMYK
RGB Variations
Color information
#21907A (or 0x21907A) is known color: Elf Green. HEX triplet: 21, 90 and 7A. RGB value is (33,144,122). Sum of RGB (Red+Green+Blue) = 33+144+122=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #21907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21907A is #DE6F85. Grayscale: #6C6C6C. Windows color (decimal): -14577542 or 8032289. OLE color: 8032289.
HSL color Cylindrical-coordinate representation of color #21907A: hue angle of 168.11º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21907A is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 144 | 122 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.44 |
| HSL | 168.11º | 0.63% | 0.35% | - |
| HSV(B) | 168.11º | 0.77% | 0.56% | - |
| XYZ | 14.11 | 21.68 | 21.85 | - |
| YUV | 108.3 | 135.73 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 122 | 0.77 | 0 | 0.15 | 0.44 | 168.11 | 0.63 | 0.35 |
| Hex | 21 | 90 | 7A | 4D | 0 | F | 2C | A8 | 3F | 23 |
| Octal | 41 | 220 | 172 | 115 | 0 | 17 | 54 | 250 | 77 | 43 |
| Binary | 100001 | 10010000 | 1111010 | 1001101 | 0 | 1111 | 101100 | 10101000 | 111111 | 100011 |
Color Harmonies of #21907A
Complementary color
Monochromatic Colors of #21907A
Black with #21907A
Text Example
Text Example
White with #21907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21907A; }
p { color: rgb(33,144,122); }
H1.HeaderClassName
{
color: #21907A;
}
.AnyTagClassName
{
color: #21907A;
}
</style>
background-color css
<style>
a { background-color: #21907A; }
a { background-color: rgb(33,144,122); }
div.DivClassName
{
background-color: #21907A;
}
.BgClassName
{
background-color: #21907A;
}
</style>
border-color css
<style>
span { border-color: #21907A; }
span { border-color: rgb(33,144,122); }
td.TdClassName
{
border-color: #21907A;
}
.TagClassName
{
border-color: #21907A;
}
</style>