Shades of Jungle Green #249F76
Tints of Jungle Green #249F76
RGB
CMYK
RGB Variations
Color information
#249F76 (or 0x249F76) is known color: Jungle Green. HEX triplet: 24, 9F and 76. RGB value is (36,159,118). Sum of RGB (Red+Green+Blue) = 36+159+118=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #249F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F76 is #DB6089. Grayscale: #757575. Windows color (decimal): -14377098 or 7773988. OLE color: 7773988.
HSL color Cylindrical-coordinate representation of color #249F76: hue angle of 160º 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 #249F76 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 118 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.38 |
| HSL | 160º | 0.63% | 0.38% | - |
| HSV(B) | 160º | 0.77% | 0.62% | - |
| XYZ | 16.4 | 26.48 | 21.39 | - |
| YUV | 117.55 | 128.25 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 118 | 0.77 | 0 | 0.26 | 0.38 | 160 | 0.63 | 0.38 |
| Hex | 24 | 9F | 76 | 4D | 0 | 1A | 26 | A0 | 3F | 26 |
| Octal | 44 | 237 | 166 | 115 | 0 | 32 | 46 | 240 | 77 | 46 |
| Binary | 100100 | 10011111 | 1110110 | 1001101 | 0 | 11010 | 100110 | 10100000 | 111111 | 100110 |
Color Harmonies of #249F76
Complementary color
Monochromatic Colors of #249F76
Black with #249F76
Text Example
Text Example
White with #249F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F76; }
p { color: rgb(36,159,118); }
H1.HeaderClassName
{
color: #249F76;
}
.AnyTagClassName
{
color: #249F76;
}
</style>
background-color css
<style>
a { background-color: #249F76; }
a { background-color: rgb(36,159,118); }
div.DivClassName
{
background-color: #249F76;
}
.BgClassName
{
background-color: #249F76;
}
</style>
border-color css
<style>
span { border-color: #249F76; }
span { border-color: rgb(36,159,118); }
td.TdClassName
{
border-color: #249F76;
}
.TagClassName
{
border-color: #249F76;
}
</style>