Shades of Elf Green #21997B
Tints of Elf Green #21997B
RGB
CMYK
RGB Variations
Color information
#21997B (or 0x21997B) is known color: Elf Green. HEX triplet: 21, 99 and 7B. RGB value is (33,153,123). Sum of RGB (Red+Green+Blue) = 33+153+123=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #21997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21997B is #DE6684. Grayscale: #717171. Windows color (decimal): -14575237 or 8100129. OLE color: 8100129.
HSL color Cylindrical-coordinate representation of color #21997B: hue angle of 165º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21997B is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 123 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.4 |
| HSL | 165º | 0.65% | 0.36% | - |
| HSV(B) | 165º | 0.78% | 0.6% | - |
| XYZ | 15.59 | 24.54 | 22.65 | - |
| YUV | 113.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 123 | 0.78 | 0 | 0.20 | 0.4 | 165 | 0.65 | 0.36 |
| Hex | 21 | 99 | 7B | 4E | 0 | 14 | 28 | A5 | 41 | 24 |
| Octal | 41 | 231 | 173 | 116 | 0 | 24 | 50 | 245 | 101 | 44 |
| Binary | 100001 | 10011001 | 1111011 | 1001110 | 0 | 10100 | 101000 | 10100101 | 1000001 | 100100 |
Color Harmonies of #21997B
Complementary color
Monochromatic Colors of #21997B
Black with #21997B
Text Example
Text Example
White with #21997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21997B; }
p { color: rgb(33,153,123); }
H1.HeaderClassName
{
color: #21997B;
}
.AnyTagClassName
{
color: #21997B;
}
</style>
background-color css
<style>
a { background-color: #21997B; }
a { background-color: rgb(33,153,123); }
div.DivClassName
{
background-color: #21997B;
}
.BgClassName
{
background-color: #21997B;
}
</style>
border-color css
<style>
span { border-color: #21997B; }
span { border-color: rgb(33,153,123); }
td.TdClassName
{
border-color: #21997B;
}
.TagClassName
{
border-color: #21997B;
}
</style>