Shades of Jungle Green #249C79
Tints of Jungle Green #249C79
RGB
CMYK
RGB Variations
Color information
#249C79 (or 0x249C79) is known color: Jungle Green. HEX triplet: 24, 9C and 79. RGB value is (36,156,121). Sum of RGB (Red+Green+Blue) = 36+156+121=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #249C79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C79 is #DB6386. Grayscale: #747474. Windows color (decimal): -14377863 or 7969828. OLE color: 7969828.
HSL color Cylindrical-coordinate representation of color #249C79: hue angle of 162.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249C79 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 121 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.39 |
| HSL | 162.5º | 0.63% | 0.38% | - |
| HSV(B) | 162.5º | 0.77% | 0.61% | - |
| XYZ | 16.07 | 25.53 | 22.17 | - |
| YUV | 116.13 | 130.74 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 121 | 0.77 | 0 | 0.22 | 0.39 | 162.5 | 0.63 | 0.38 |
| Hex | 24 | 9C | 79 | 4D | 0 | 16 | 27 | A2 | 3E | 26 |
| Octal | 44 | 234 | 171 | 115 | 0 | 26 | 47 | 242 | 76 | 46 |
| Binary | 100100 | 10011100 | 1111001 | 1001101 | 0 | 10110 | 100111 | 10100010 | 111110 | 100110 |
Color Harmonies of #249C79
Complementary color
Monochromatic Colors of #249C79
Black with #249C79
Text Example
Text Example
White with #249C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C79; }
p { color: rgb(36,156,121); }
H1.HeaderClassName
{
color: #249C79;
}
.AnyTagClassName
{
color: #249C79;
}
</style>
background-color css
<style>
a { background-color: #249C79; }
a { background-color: rgb(36,156,121); }
div.DivClassName
{
background-color: #249C79;
}
.BgClassName
{
background-color: #249C79;
}
</style>
border-color css
<style>
span { border-color: #249C79; }
span { border-color: rgb(36,156,121); }
td.TdClassName
{
border-color: #249C79;
}
.TagClassName
{
border-color: #249C79;
}
</style>