Shades of Jungle Green #24977D
Tints of Jungle Green #24977D
RGB
CMYK
RGB Variations
Color information
#24977D (or 0x24977D) is known color: Jungle Green. HEX triplet: 24, 97 and 7D. RGB value is (36,151,125). Sum of RGB (Red+Green+Blue) = 36+151+125=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #24977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24977D is #DB6882. Grayscale: #717171. Windows color (decimal): -14379139 or 8230692. OLE color: 8230692.
HSL color Cylindrical-coordinate representation of color #24977D: hue angle of 166.43º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24977D is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 151 | 125 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.41 |
| HSL | 166.43º | 0.61% | 0.37% | - |
| HSV(B) | 166.43º | 0.76% | 0.59% | - |
| XYZ | 15.5 | 23.99 | 23.22 | - |
| YUV | 113.65 | 134.4 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 125 | 0.76 | 0 | 0.17 | 0.41 | 166.43 | 0.61 | 0.37 |
| Hex | 24 | 97 | 7D | 4C | 0 | 11 | 29 | A6 | 3D | 25 |
| Octal | 44 | 227 | 175 | 114 | 0 | 21 | 51 | 246 | 75 | 45 |
| Binary | 100100 | 10010111 | 1111101 | 1001100 | 0 | 10001 | 101001 | 10100110 | 111101 | 100101 |
Color Harmonies of #24977D
Complementary color
Monochromatic Colors of #24977D
Black with #24977D
Text Example
Text Example
White with #24977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24977D; }
p { color: rgb(36,151,125); }
H1.HeaderClassName
{
color: #24977D;
}
.AnyTagClassName
{
color: #24977D;
}
</style>
background-color css
<style>
a { background-color: #24977D; }
a { background-color: rgb(36,151,125); }
div.DivClassName
{
background-color: #24977D;
}
.BgClassName
{
background-color: #24977D;
}
</style>
border-color css
<style>
span { border-color: #24977D; }
span { border-color: rgb(36,151,125); }
td.TdClassName
{
border-color: #24977D;
}
.TagClassName
{
border-color: #24977D;
}
</style>