Shades of Jungle Green #31B78B
Tints of Jungle Green #31B78B
RGB
CMYK
RGB Variations
Color information
#31B78B (or 0x31B78B) is known color: Jungle Green. HEX triplet: 31, B7 and 8B. RGB value is (49,183,139). Sum of RGB (Red+Green+Blue) = 49+183+139=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #31B78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B78B is #CE4874. Grayscale: #898989. Windows color (decimal): -13518965 or 9156401. OLE color: 9156401.
HSL color Cylindrical-coordinate representation of color #31B78B: hue angle of 160.3º 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 #31B78B is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 139 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.28 |
| HSL | 160.3º | 0.58% | 0.45% | - |
| HSV(B) | 160.3º | 0.73% | 0.72% | - |
| XYZ | 22.86 | 36.38 | 30.24 | - |
| YUV | 137.92 | 128.61 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 139 | 0.73 | 0 | 0.24 | 0.28 | 160.3 | 0.58 | 0.45 |
| Hex | 31 | B7 | 8B | 49 | 0 | 18 | 1C | A0 | 3A | 2D |
| Octal | 61 | 267 | 213 | 111 | 0 | 30 | 34 | 240 | 72 | 55 |
| Binary | 110001 | 10110111 | 10001011 | 1001001 | 0 | 11000 | 11100 | 10100000 | 111010 | 101101 |
Color Harmonies of #31B78B
Complementary color
Monochromatic Colors of #31B78B
Black with #31B78B
Text Example
Text Example
White with #31B78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B78B; }
p { color: rgb(49,183,139); }
H1.HeaderClassName
{
color: #31B78B;
}
.AnyTagClassName
{
color: #31B78B;
}
</style>
background-color css
<style>
a { background-color: #31B78B; }
a { background-color: rgb(49,183,139); }
div.DivClassName
{
background-color: #31B78B;
}
.BgClassName
{
background-color: #31B78B;
}
</style>
border-color css
<style>
span { border-color: #31B78B; }
span { border-color: rgb(49,183,139); }
td.TdClassName
{
border-color: #31B78B;
}
.TagClassName
{
border-color: #31B78B;
}
</style>