Shades of Jungle Green #31A788
Tints of Jungle Green #31A788
RGB
CMYK
RGB Variations
Color information
#31A788 (or 0x31A788) is known color: Jungle Green. HEX triplet: 31, A7 and 88. RGB value is (49,167,136). Sum of RGB (Red+Green+Blue) = 49+167+136=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 167 - color contains mainly: green. Hex color #31A788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A788 is #CE5877. Grayscale: #808080. Windows color (decimal): -13523064 or 8955697. OLE color: 8955697.
HSL color Cylindrical-coordinate representation of color #31A788: hue angle of 164.24º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A788 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 136 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.35 |
| HSL | 164.24º | 0.55% | 0.42% | - |
| HSV(B) | 164.24º | 0.71% | 0.65% | - |
| XYZ | 19.53 | 30.07 | 28.07 | - |
| YUV | 128.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 136 | 0.71 | 0 | 0.19 | 0.35 | 164.24 | 0.55 | 0.42 |
| Hex | 31 | A7 | 88 | 47 | 0 | 13 | 23 | A4 | 37 | 2A |
| Octal | 61 | 247 | 210 | 107 | 0 | 23 | 43 | 244 | 67 | 52 |
| Binary | 110001 | 10100111 | 10001000 | 1000111 | 0 | 10011 | 100011 | 10100100 | 110111 | 101010 |
Color Harmonies of #31A788
Complementary color
Monochromatic Colors of #31A788
Black with #31A788
Text Example
Text Example
White with #31A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A788; }
p { color: rgb(49,167,136); }
H1.HeaderClassName
{
color: #31A788;
}
.AnyTagClassName
{
color: #31A788;
}
</style>
background-color css
<style>
a { background-color: #31A788; }
a { background-color: rgb(49,167,136); }
div.DivClassName
{
background-color: #31A788;
}
.BgClassName
{
background-color: #31A788;
}
</style>
border-color css
<style>
span { border-color: #31A788; }
span { border-color: rgb(49,167,136); }
td.TdClassName
{
border-color: #31A788;
}
.TagClassName
{
border-color: #31A788;
}
</style>