Shades of Jungle Green #31B788
Tints of Jungle Green #31B788
RGB
CMYK
RGB Variations
Color information
#31B788 (or 0x31B788) is known color: Jungle Green. HEX triplet: 31, B7 and 88. RGB value is (49,183,136). Sum of RGB (Red+Green+Blue) = 49+183+136=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #31B788 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B788 is #CE4877. Grayscale: #898989. Windows color (decimal): -13518968 or 8959793. OLE color: 8959793.
HSL color Cylindrical-coordinate representation of color #31B788: hue angle of 158.96º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B788 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 136 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.28 |
| HSL | 158.96º | 0.58% | 0.45% | - |
| HSV(B) | 158.96º | 0.73% | 0.72% | - |
| XYZ | 22.64 | 36.3 | 29.11 | - |
| YUV | 137.58 | 127.11 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 136 | 0.73 | 0 | 0.26 | 0.28 | 158.96 | 0.58 | 0.45 |
| Hex | 31 | B7 | 88 | 49 | 0 | 1A | 1C | 9F | 3A | 2D |
| Octal | 61 | 267 | 210 | 111 | 0 | 32 | 34 | 237 | 72 | 55 |
| Binary | 110001 | 10110111 | 10001000 | 1001001 | 0 | 11010 | 11100 | 10011111 | 111010 | 101101 |
Color Harmonies of #31B788
Complementary color
Monochromatic Colors of #31B788
Black with #31B788
Text Example
Text Example
White with #31B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B788; }
p { color: rgb(49,183,136); }
H1.HeaderClassName
{
color: #31B788;
}
.AnyTagClassName
{
color: #31B788;
}
</style>
background-color css
<style>
a { background-color: #31B788; }
a { background-color: rgb(49,183,136); }
div.DivClassName
{
background-color: #31B788;
}
.BgClassName
{
background-color: #31B788;
}
</style>
border-color css
<style>
span { border-color: #31B788; }
span { border-color: rgb(49,183,136); }
td.TdClassName
{
border-color: #31B788;
}
.TagClassName
{
border-color: #31B788;
}
</style>