Shades of Jungle Green #24A475
Tints of Jungle Green #24A475
RGB
CMYK
RGB Variations
Color information
#24A475 (or 0x24A475) is known color: Jungle Green. HEX triplet: 24, A4 and 75. RGB value is (36,164,117). Sum of RGB (Red+Green+Blue) = 36+164+117=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #24A475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A475 is #DB5B8A. Grayscale: #787878. Windows color (decimal): -14375819 or 7709732. OLE color: 7709732.
HSL color Cylindrical-coordinate representation of color #24A475: hue angle of 157.97º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A475 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 164 | 117 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.36 |
| HSL | 157.97º | 0.64% | 0.39% | - |
| HSV(B) | 157.97º | 0.78% | 0.64% | - |
| XYZ | 17.21 | 28.21 | 21.37 | - |
| YUV | 120.37 | 126.09 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 164 | 117 | 0.78 | 0 | 0.29 | 0.36 | 157.97 | 0.64 | 0.39 |
| Hex | 24 | A4 | 75 | 4E | 0 | 1D | 24 | 9E | 40 | 27 |
| Octal | 44 | 244 | 165 | 116 | 0 | 35 | 44 | 236 | 100 | 47 |
| Binary | 100100 | 10100100 | 1110101 | 1001110 | 0 | 11101 | 100100 | 10011110 | 1000000 | 100111 |
Color Harmonies of #24A475
Complementary color
Monochromatic Colors of #24A475
Black with #24A475
Text Example
Text Example
White with #24A475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A475; }
p { color: rgb(36,164,117); }
H1.HeaderClassName
{
color: #24A475;
}
.AnyTagClassName
{
color: #24A475;
}
</style>
background-color css
<style>
a { background-color: #24A475; }
a { background-color: rgb(36,164,117); }
div.DivClassName
{
background-color: #24A475;
}
.BgClassName
{
background-color: #24A475;
}
</style>
border-color css
<style>
span { border-color: #24A475; }
span { border-color: rgb(36,164,117); }
td.TdClassName
{
border-color: #24A475;
}
.TagClassName
{
border-color: #24A475;
}
</style>