Shades of Jungle Green #24A072
Tints of Jungle Green #24A072
RGB
CMYK
RGB Variations
Color information
#24A072 (or 0x24A072) is known color: Jungle Green. HEX triplet: 24, A0 and 72. RGB value is (36,160,114). Sum of RGB (Red+Green+Blue) = 36+160+114=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #24A072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A072 is #DB5F8D. Grayscale: #757575. Windows color (decimal): -14376846 or 7512100. OLE color: 7512100.
HSL color Cylindrical-coordinate representation of color #24A072: hue angle of 157.74º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24A072 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 160 | 114 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.37 |
| HSL | 157.74º | 0.63% | 0.38% | - |
| HSV(B) | 157.74º | 0.78% | 0.63% | - |
| XYZ | 16.34 | 26.73 | 20.22 | - |
| YUV | 117.68 | 125.92 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 160 | 114 | 0.78 | 0 | 0.29 | 0.37 | 157.74 | 0.63 | 0.38 |
| Hex | 24 | A0 | 72 | 4E | 0 | 1D | 25 | 9E | 3F | 26 |
| Octal | 44 | 240 | 162 | 116 | 0 | 35 | 45 | 236 | 77 | 46 |
| Binary | 100100 | 10100000 | 1110010 | 1001110 | 0 | 11101 | 100101 | 10011110 | 111111 | 100110 |
Color Harmonies of #24A072
Complementary color
Monochromatic Colors of #24A072
Black with #24A072
Text Example
Text Example
White with #24A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A072; }
p { color: rgb(36,160,114); }
H1.HeaderClassName
{
color: #24A072;
}
.AnyTagClassName
{
color: #24A072;
}
</style>
background-color css
<style>
a { background-color: #24A072; }
a { background-color: rgb(36,160,114); }
div.DivClassName
{
background-color: #24A072;
}
.BgClassName
{
background-color: #24A072;
}
</style>
border-color css
<style>
span { border-color: #24A072; }
span { border-color: rgb(36,160,114); }
td.TdClassName
{
border-color: #24A072;
}
.TagClassName
{
border-color: #24A072;
}
</style>