Shades of Jungle Green #249C78
Tints of Jungle Green #249C78
RGB
CMYK
RGB Variations
Color information
#249C78 (or 0x249C78) is known color: Jungle Green. HEX triplet: 24, 9C and 78. RGB value is (36,156,120). Sum of RGB (Red+Green+Blue) = 36+156+120=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #249C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C78 is #DB6387. Grayscale: #747474. Windows color (decimal): -14377864 or 7904292. OLE color: 7904292.
HSL color Cylindrical-coordinate representation of color #249C78: hue angle of 162º 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 #249C78 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 120 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.39 |
| HSL | 162º | 0.63% | 0.38% | - |
| HSV(B) | 162º | 0.77% | 0.61% | - |
| XYZ | 16.01 | 25.51 | 21.85 | - |
| YUV | 116.02 | 130.24 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 120 | 0.77 | 0 | 0.23 | 0.39 | 162 | 0.63 | 0.38 |
| Hex | 24 | 9C | 78 | 4D | 0 | 17 | 27 | A2 | 3E | 26 |
| Octal | 44 | 234 | 170 | 115 | 0 | 27 | 47 | 242 | 76 | 46 |
| Binary | 100100 | 10011100 | 1111000 | 1001101 | 0 | 10111 | 100111 | 10100010 | 111110 | 100110 |
Color Harmonies of #249C78
Complementary color
Monochromatic Colors of #249C78
Black with #249C78
Text Example
Text Example
White with #249C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C78; }
p { color: rgb(36,156,120); }
H1.HeaderClassName
{
color: #249C78;
}
.AnyTagClassName
{
color: #249C78;
}
</style>
background-color css
<style>
a { background-color: #249C78; }
a { background-color: rgb(36,156,120); }
div.DivClassName
{
background-color: #249C78;
}
.BgClassName
{
background-color: #249C78;
}
</style>
border-color css
<style>
span { border-color: #249C78; }
span { border-color: rgb(36,156,120); }
td.TdClassName
{
border-color: #249C78;
}
.TagClassName
{
border-color: #249C78;
}
</style>