Shades of Jungle Green #24987D
Tints of Jungle Green #24987D
RGB
CMYK
RGB Variations
Color information
#24987D (or 0x24987D) is known color: Jungle Green. HEX triplet: 24, 98 and 7D. RGB value is (36,152,125). Sum of RGB (Red+Green+Blue) = 36+152+125=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #24987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24987D is #DB6782. Grayscale: #727272. Windows color (decimal): -14378883 or 8230948. OLE color: 8230948.
HSL color Cylindrical-coordinate representation of color #24987D: hue angle of 166.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24987D is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 152 | 125 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.40 |
| HSL | 166.03º | 0.62% | 0.37% | - |
| HSV(B) | 166.03º | 0.76% | 0.6% | - |
| XYZ | 15.66 | 24.31 | 23.27 | - |
| YUV | 114.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 125 | 0.76 | 0 | 0.18 | 0.40 | 166.03 | 0.62 | 0.37 |
| Hex | 24 | 98 | 7D | 4C | 0 | 12 | 28 | A6 | 3E | 25 |
| Octal | 44 | 230 | 175 | 114 | 0 | 22 | 50 | 246 | 76 | 45 |
| Binary | 100100 | 10011000 | 1111101 | 1001100 | 0 | 10010 | 101000 | 10100110 | 111110 | 100101 |
Color Harmonies of #24987D
Complementary color
Monochromatic Colors of #24987D
Black with #24987D
Text Example
Text Example
White with #24987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24987D; }
p { color: rgb(36,152,125); }
H1.HeaderClassName
{
color: #24987D;
}
.AnyTagClassName
{
color: #24987D;
}
</style>
background-color css
<style>
a { background-color: #24987D; }
a { background-color: rgb(36,152,125); }
div.DivClassName
{
background-color: #24987D;
}
.BgClassName
{
background-color: #24987D;
}
</style>
border-color css
<style>
span { border-color: #24987D; }
span { border-color: rgb(36,152,125); }
td.TdClassName
{
border-color: #24987D;
}
.TagClassName
{
border-color: #24987D;
}
</style>