Shades of Jungle Green #249E7D
Tints of Jungle Green #249E7D
RGB
CMYK
RGB Variations
Color information
#249E7D (or 0x249E7D) is known color: Jungle Green. HEX triplet: 24, 9E and 7D. RGB value is (36,158,125). Sum of RGB (Red+Green+Blue) = 36+158+125=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #249E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249E7D is #DB6182. Grayscale: #757575. Windows color (decimal): -14377347 or 8232484. OLE color: 8232484.
HSL color Cylindrical-coordinate representation of color #249E7D: hue angle of 163.77º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249E7D is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 158 | 125 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.38 |
| HSL | 163.77º | 0.63% | 0.38% | - |
| HSV(B) | 163.77º | 0.77% | 0.62% | - |
| XYZ | 16.66 | 26.31 | 23.6 | - |
| YUV | 117.76 | 132.08 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 158 | 125 | 0.77 | 0 | 0.21 | 0.38 | 163.77 | 0.63 | 0.38 |
| Hex | 24 | 9E | 7D | 4D | 0 | 15 | 26 | A4 | 3F | 26 |
| Octal | 44 | 236 | 175 | 115 | 0 | 25 | 46 | 244 | 77 | 46 |
| Binary | 100100 | 10011110 | 1111101 | 1001101 | 0 | 10101 | 100110 | 10100100 | 111111 | 100110 |
Color Harmonies of #249E7D
Complementary color
Monochromatic Colors of #249E7D
Black with #249E7D
Text Example
Text Example
White with #249E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249E7D; }
p { color: rgb(36,158,125); }
H1.HeaderClassName
{
color: #249E7D;
}
.AnyTagClassName
{
color: #249E7D;
}
</style>
background-color css
<style>
a { background-color: #249E7D; }
a { background-color: rgb(36,158,125); }
div.DivClassName
{
background-color: #249E7D;
}
.BgClassName
{
background-color: #249E7D;
}
</style>
border-color css
<style>
span { border-color: #249E7D; }
span { border-color: rgb(36,158,125); }
td.TdClassName
{
border-color: #249E7D;
}
.TagClassName
{
border-color: #249E7D;
}
</style>