Shades of Jungle Green #249C7D
Tints of Jungle Green #249C7D
RGB
CMYK
RGB Variations
Color information
#249C7D (or 0x249C7D) is known color: Jungle Green. HEX triplet: 24, 9C and 7D. RGB value is (36,156,125). Sum of RGB (Red+Green+Blue) = 36+156+125=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #249C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C7D is #DB6382. Grayscale: #747474. Windows color (decimal): -14377859 or 8231972. OLE color: 8231972.
HSL color Cylindrical-coordinate representation of color #249C7D: hue angle of 164.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 #249C7D is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 125 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.39 |
| HSL | 164.5º | 0.63% | 0.38% | - |
| HSV(B) | 164.5º | 0.77% | 0.61% | - |
| XYZ | 16.32 | 25.63 | 23.49 | - |
| YUV | 116.59 | 132.74 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 125 | 0.77 | 0 | 0.20 | 0.39 | 164.5 | 0.63 | 0.38 |
| Hex | 24 | 9C | 7D | 4D | 0 | 14 | 27 | A4 | 3E | 26 |
| Octal | 44 | 234 | 175 | 115 | 0 | 24 | 47 | 244 | 76 | 46 |
| Binary | 100100 | 10011100 | 1111101 | 1001101 | 0 | 10100 | 100111 | 10100100 | 111110 | 100110 |
Color Harmonies of #249C7D
Complementary color
Monochromatic Colors of #249C7D
Black with #249C7D
Text Example
Text Example
White with #249C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C7D; }
p { color: rgb(36,156,125); }
H1.HeaderClassName
{
color: #249C7D;
}
.AnyTagClassName
{
color: #249C7D;
}
</style>
background-color css
<style>
a { background-color: #249C7D; }
a { background-color: rgb(36,156,125); }
div.DivClassName
{
background-color: #249C7D;
}
.BgClassName
{
background-color: #249C7D;
}
</style>
border-color css
<style>
span { border-color: #249C7D; }
span { border-color: rgb(36,156,125); }
td.TdClassName
{
border-color: #249C7D;
}
.TagClassName
{
border-color: #249C7D;
}
</style>