Shades of Jungle Green #249C80
Tints of Jungle Green #249C80
RGB
CMYK
RGB Variations
Color information
#249C80 (or 0x249C80) is known color: Jungle Green. HEX triplet: 24, 9C and 80. RGB value is (36,156,128). Sum of RGB (Red+Green+Blue) = 36+156+128=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #249C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249C80 is #DB637F. Grayscale: #747474. Windows color (decimal): -14377856 or 8428580. OLE color: 8428580.
HSL color Cylindrical-coordinate representation of color #249C80: hue angle of 166º 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 #249C80 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 128 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.39 |
| HSL | 166º | 0.63% | 0.38% | - |
| HSV(B) | 166º | 0.77% | 0.61% | - |
| XYZ | 16.51 | 25.71 | 24.51 | - |
| YUV | 116.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 128 | 0.77 | 0 | 0.18 | 0.39 | 166 | 0.63 | 0.38 |
| Hex | 24 | 9C | 80 | 4D | 0 | 12 | 27 | A6 | 3E | 26 |
| Octal | 44 | 234 | 200 | 115 | 0 | 22 | 47 | 246 | 76 | 46 |
| Binary | 100100 | 10011100 | 10000000 | 1001101 | 0 | 10010 | 100111 | 10100110 | 111110 | 100110 |
Color Harmonies of #249C80
Complementary color
Monochromatic Colors of #249C80
Black with #249C80
Text Example
Text Example
White with #249C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C80; }
p { color: rgb(36,156,128); }
H1.HeaderClassName
{
color: #249C80;
}
.AnyTagClassName
{
color: #249C80;
}
</style>
background-color css
<style>
a { background-color: #249C80; }
a { background-color: rgb(36,156,128); }
div.DivClassName
{
background-color: #249C80;
}
.BgClassName
{
background-color: #249C80;
}
</style>
border-color css
<style>
span { border-color: #249C80; }
span { border-color: rgb(36,156,128); }
td.TdClassName
{
border-color: #249C80;
}
.TagClassName
{
border-color: #249C80;
}
</style>