Shades of Jungle Green #249D77
Tints of Jungle Green #249D77
RGB
CMYK
RGB Variations
Color information
#249D77 (or 0x249D77) is known color: Jungle Green. HEX triplet: 24, 9D and 77. RGB value is (36,157,119). Sum of RGB (Red+Green+Blue) = 36+157+119=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #249D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249D77 is #DB6288. Grayscale: #747474. Windows color (decimal): -14377609 or 7839012. OLE color: 7839012.
HSL color Cylindrical-coordinate representation of color #249D77: hue angle of 161.16º 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 #249D77 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 157 | 119 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.38 |
| HSL | 161.16º | 0.63% | 0.38% | - |
| HSV(B) | 161.16º | 0.77% | 0.62% | - |
| XYZ | 16.11 | 25.82 | 21.59 | - |
| YUV | 116.49 | 129.41 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 119 | 0.77 | 0 | 0.24 | 0.38 | 161.16 | 0.63 | 0.38 |
| Hex | 24 | 9D | 77 | 4D | 0 | 18 | 26 | A1 | 3F | 26 |
| Octal | 44 | 235 | 167 | 115 | 0 | 30 | 46 | 241 | 77 | 46 |
| Binary | 100100 | 10011101 | 1110111 | 1001101 | 0 | 11000 | 100110 | 10100001 | 111111 | 100110 |
Color Harmonies of #249D77
Complementary color
Monochromatic Colors of #249D77
Black with #249D77
Text Example
Text Example
White with #249D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249D77; }
p { color: rgb(36,157,119); }
H1.HeaderClassName
{
color: #249D77;
}
.AnyTagClassName
{
color: #249D77;
}
</style>
background-color css
<style>
a { background-color: #249D77; }
a { background-color: rgb(36,157,119); }
div.DivClassName
{
background-color: #249D77;
}
.BgClassName
{
background-color: #249D77;
}
</style>
border-color css
<style>
span { border-color: #249D77; }
span { border-color: rgb(36,157,119); }
td.TdClassName
{
border-color: #249D77;
}
.TagClassName
{
border-color: #249D77;
}
</style>