Shades of Jungle Green #249B7B
Tints of Jungle Green #249B7B
RGB
CMYK
RGB Variations
Color information
#249B7B (or 0x249B7B) is known color: Jungle Green. HEX triplet: 24, 9B and 7B. RGB value is (36,155,123). Sum of RGB (Red+Green+Blue) = 36+155+123=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #249B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B7B is #DB6484. Grayscale: #737373. Windows color (decimal): -14378117 or 8100644. OLE color: 8100644.
HSL color Cylindrical-coordinate representation of color #249B7B: hue angle of 163.87º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249B7B is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 123 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.39 |
| HSL | 163.87º | 0.62% | 0.37% | - |
| HSV(B) | 163.87º | 0.77% | 0.61% | - |
| XYZ | 16.02 | 25.25 | 22.77 | - |
| YUV | 115.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 123 | 0.77 | 0 | 0.21 | 0.39 | 163.87 | 0.62 | 0.37 |
| Hex | 24 | 9B | 7B | 4D | 0 | 15 | 27 | A4 | 3E | 25 |
| Octal | 44 | 233 | 173 | 115 | 0 | 25 | 47 | 244 | 76 | 45 |
| Binary | 100100 | 10011011 | 1111011 | 1001101 | 0 | 10101 | 100111 | 10100100 | 111110 | 100101 |
Color Harmonies of #249B7B
Complementary color
Monochromatic Colors of #249B7B
Black with #249B7B
Text Example
Text Example
White with #249B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B7B; }
p { color: rgb(36,155,123); }
H1.HeaderClassName
{
color: #249B7B;
}
.AnyTagClassName
{
color: #249B7B;
}
</style>
background-color css
<style>
a { background-color: #249B7B; }
a { background-color: rgb(36,155,123); }
div.DivClassName
{
background-color: #249B7B;
}
.BgClassName
{
background-color: #249B7B;
}
</style>
border-color css
<style>
span { border-color: #249B7B; }
span { border-color: rgb(36,155,123); }
td.TdClassName
{
border-color: #249B7B;
}
.TagClassName
{
border-color: #249B7B;
}
</style>