Shades of Jungle Green #24A772
Tints of Jungle Green #24A772
RGB
CMYK
RGB Variations
Color information
#24A772 (or 0x24A772) is known color: Jungle Green. HEX triplet: 24, A7 and 72. RGB value is (36,167,114). Sum of RGB (Red+Green+Blue) = 36+167+114=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 167 (65.62% from 255 or 52.68% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 167 - color contains mainly: green. Hex color #24A772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A772 is #DB588D. Grayscale: #797979. Windows color (decimal): -14375054 or 7513892. OLE color: 7513892.
HSL color Cylindrical-coordinate representation of color #24A772: hue angle of 155.73º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A772 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 167 | 114 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.35 |
| HSL | 155.73º | 0.65% | 0.4% | - |
| HSV(B) | 155.73º | 0.78% | 0.65% | - |
| XYZ | 17.58 | 29.23 | 20.63 | - |
| YUV | 121.79 | 123.6 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 167 | 114 | 0.78 | 0 | 0.32 | 0.35 | 155.73 | 0.65 | 0.4 |
| Hex | 24 | A7 | 72 | 4E | 0 | 20 | 23 | 9C | 41 | 28 |
| Octal | 44 | 247 | 162 | 116 | 0 | 40 | 43 | 234 | 101 | 50 |
| Binary | 100100 | 10100111 | 1110010 | 1001110 | 0 | 100000 | 100011 | 10011100 | 1000001 | 101000 |
Color Harmonies of #24A772
Complementary color
Monochromatic Colors of #24A772
Black with #24A772
Text Example
Text Example
White with #24A772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A772; }
p { color: rgb(36,167,114); }
H1.HeaderClassName
{
color: #24A772;
}
.AnyTagClassName
{
color: #24A772;
}
</style>
background-color css
<style>
a { background-color: #24A772; }
a { background-color: rgb(36,167,114); }
div.DivClassName
{
background-color: #24A772;
}
.BgClassName
{
background-color: #24A772;
}
</style>
border-color css
<style>
span { border-color: #24A772; }
span { border-color: rgb(36,167,114); }
td.TdClassName
{
border-color: #24A772;
}
.TagClassName
{
border-color: #24A772;
}
</style>