Shades of Jungle Green #21997E
Tints of Jungle Green #21997E
RGB
CMYK
RGB Variations
Color information
#21997E (or 0x21997E) is known color: Jungle Green. HEX triplet: 21, 99 and 7E. RGB value is (33,153,126). Sum of RGB (Red+Green+Blue) = 33+153+126=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #21997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21997E is #DE6681. Grayscale: #727272. Windows color (decimal): -14575234 or 8296737. OLE color: 8296737.
HSL color Cylindrical-coordinate representation of color #21997E: hue angle of 166.5º 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 #21997E is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 126 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.4 |
| HSL | 166.5º | 0.65% | 0.36% | - |
| HSV(B) | 166.5º | 0.78% | 0.6% | - |
| XYZ | 15.78 | 24.61 | 23.66 | - |
| YUV | 114.04 | 134.74 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 126 | 0.78 | 0 | 0.18 | 0.4 | 166.5 | 0.65 | 0.36 |
| Hex | 21 | 99 | 7E | 4E | 0 | 12 | 28 | A6 | 41 | 24 |
| Octal | 41 | 231 | 176 | 116 | 0 | 22 | 50 | 246 | 101 | 44 |
| Binary | 100001 | 10011001 | 1111110 | 1001110 | 0 | 10010 | 101000 | 10100110 | 1000001 | 100100 |
Color Harmonies of #21997E
Complementary color
Monochromatic Colors of #21997E
Black with #21997E
Text Example
Text Example
White with #21997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21997E; }
p { color: rgb(33,153,126); }
H1.HeaderClassName
{
color: #21997E;
}
.AnyTagClassName
{
color: #21997E;
}
</style>
background-color css
<style>
a { background-color: #21997E; }
a { background-color: rgb(33,153,126); }
div.DivClassName
{
background-color: #21997E;
}
.BgClassName
{
background-color: #21997E;
}
</style>
border-color css
<style>
span { border-color: #21997E; }
span { border-color: rgb(33,153,126); }
td.TdClassName
{
border-color: #21997E;
}
.TagClassName
{
border-color: #21997E;
}
</style>