Shades of Jungle Green #249C7C
Tints of Jungle Green #249C7C
RGB
CMYK
RGB Variations
Color information
#249C7C (or 0x249C7C) is known color: Jungle Green. HEX triplet: 24, 9C and 7C. RGB value is (36,156,124). Sum of RGB (Red+Green+Blue) = 36+156+124=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #249C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C7C is #DB6383. Grayscale: #747474. Windows color (decimal): -14377860 or 8166436. OLE color: 8166436.
HSL color Cylindrical-coordinate representation of color #249C7C: hue angle of 164º 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 #249C7C is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 124 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.39 |
| HSL | 164º | 0.63% | 0.38% | - |
| HSV(B) | 164º | 0.77% | 0.61% | - |
| XYZ | 16.25 | 25.61 | 23.15 | - |
| YUV | 116.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 124 | 0.77 | 0 | 0.21 | 0.39 | 164 | 0.63 | 0.38 |
| Hex | 24 | 9C | 7C | 4D | 0 | 15 | 27 | A4 | 3E | 26 |
| Octal | 44 | 234 | 174 | 115 | 0 | 25 | 47 | 244 | 76 | 46 |
| Binary | 100100 | 10011100 | 1111100 | 1001101 | 0 | 10101 | 100111 | 10100100 | 111110 | 100110 |
Color Harmonies of #249C7C
Complementary color
Monochromatic Colors of #249C7C
Black with #249C7C
Text Example
Text Example
White with #249C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C7C; }
p { color: rgb(36,156,124); }
H1.HeaderClassName
{
color: #249C7C;
}
.AnyTagClassName
{
color: #249C7C;
}
</style>
background-color css
<style>
a { background-color: #249C7C; }
a { background-color: rgb(36,156,124); }
div.DivClassName
{
background-color: #249C7C;
}
.BgClassName
{
background-color: #249C7C;
}
</style>
border-color css
<style>
span { border-color: #249C7C; }
span { border-color: rgb(36,156,124); }
td.TdClassName
{
border-color: #249C7C;
}
.TagClassName
{
border-color: #249C7C;
}
</style>