Shades of Jungle Green #24A47A
Tints of Jungle Green #24A47A
RGB
CMYK
RGB Variations
Color information
#24A47A (or 0x24A47A) is known color: Jungle Green. HEX triplet: 24, A4 and 7A. RGB value is (36,164,122). Sum of RGB (Red+Green+Blue) = 36+164+122=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #24A47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A47A is #DB5B85. Grayscale: #787878. Windows color (decimal): -14375814 or 8037412. OLE color: 8037412.
HSL color Cylindrical-coordinate representation of color #24A47A: hue angle of 160.31º 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 #24A47A is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 164 | 122 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.36 |
| HSL | 160.31º | 0.64% | 0.39% | - |
| HSV(B) | 160.31º | 0.78% | 0.64% | - |
| XYZ | 17.52 | 28.33 | 22.96 | - |
| YUV | 120.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 164 | 122 | 0.78 | 0 | 0.26 | 0.36 | 160.31 | 0.64 | 0.39 |
| Hex | 24 | A4 | 7A | 4E | 0 | 1A | 24 | A0 | 40 | 27 |
| Octal | 44 | 244 | 172 | 116 | 0 | 32 | 44 | 240 | 100 | 47 |
| Binary | 100100 | 10100100 | 1111010 | 1001110 | 0 | 11010 | 100100 | 10100000 | 1000000 | 100111 |
Color Harmonies of #24A47A
Complementary color
Monochromatic Colors of #24A47A
Black with #24A47A
Text Example
Text Example
White with #24A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A47A; }
p { color: rgb(36,164,122); }
H1.HeaderClassName
{
color: #24A47A;
}
.AnyTagClassName
{
color: #24A47A;
}
</style>
background-color css
<style>
a { background-color: #24A47A; }
a { background-color: rgb(36,164,122); }
div.DivClassName
{
background-color: #24A47A;
}
.BgClassName
{
background-color: #24A47A;
}
</style>
border-color css
<style>
span { border-color: #24A47A; }
span { border-color: rgb(36,164,122); }
td.TdClassName
{
border-color: #24A47A;
}
.TagClassName
{
border-color: #24A47A;
}
</style>