Shades of Jungle Green #249B7A
Tints of Jungle Green #249B7A
RGB
CMYK
RGB Variations
Color information
#249B7A (or 0x249B7A) is known color: Jungle Green. HEX triplet: 24, 9B and 7A. RGB value is (36,155,122). Sum of RGB (Red+Green+Blue) = 36+155+122=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #249B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B7A is #DB6485. Grayscale: #737373. Windows color (decimal): -14378118 or 8035108. OLE color: 8035108.
HSL color Cylindrical-coordinate representation of color #249B7A: hue angle of 163.36º 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 #249B7A is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 122 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.39 |
| HSL | 163.36º | 0.62% | 0.37% | - |
| HSV(B) | 163.36º | 0.77% | 0.61% | - |
| XYZ | 15.96 | 25.22 | 22.44 | - |
| YUV | 115.66 | 131.58 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 122 | 0.77 | 0 | 0.21 | 0.39 | 163.36 | 0.62 | 0.37 |
| Hex | 24 | 9B | 7A | 4D | 0 | 15 | 27 | A3 | 3E | 25 |
| Octal | 44 | 233 | 172 | 115 | 0 | 25 | 47 | 243 | 76 | 45 |
| Binary | 100100 | 10011011 | 1111010 | 1001101 | 0 | 10101 | 100111 | 10100011 | 111110 | 100101 |
Color Harmonies of #249B7A
Complementary color
Monochromatic Colors of #249B7A
Black with #249B7A
Text Example
Text Example
White with #249B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B7A; }
p { color: rgb(36,155,122); }
H1.HeaderClassName
{
color: #249B7A;
}
.AnyTagClassName
{
color: #249B7A;
}
</style>
background-color css
<style>
a { background-color: #249B7A; }
a { background-color: rgb(36,155,122); }
div.DivClassName
{
background-color: #249B7A;
}
.BgClassName
{
background-color: #249B7A;
}
</style>
border-color css
<style>
span { border-color: #249B7A; }
span { border-color: rgb(36,155,122); }
td.TdClassName
{
border-color: #249B7A;
}
.TagClassName
{
border-color: #249B7A;
}
</style>