Shades of Jungle Green #31BB85
Tints of Jungle Green #31BB85
RGB
CMYK
RGB Variations
Color information
#31BB85 (or 0x31BB85) is known color: Jungle Green. HEX triplet: 31, BB and 85. RGB value is (49,187,133). Sum of RGB (Red+Green+Blue) = 49+187+133=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BB85 is #CE447A. Grayscale: #8B8B8B. Windows color (decimal): -13517947 or 8764209. OLE color: 8764209.
HSL color Cylindrical-coordinate representation of color #31BB85: hue angle of 156.52º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BB85 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 133 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.27 |
| HSL | 156.52º | 0.58% | 0.46% | - |
| HSV(B) | 156.52º | 0.74% | 0.73% | - |
| XYZ | 23.27 | 37.89 | 28.28 | - |
| YUV | 139.58 | 124.28 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 133 | 0.74 | 0 | 0.29 | 0.27 | 156.52 | 0.58 | 0.46 |
| Hex | 31 | BB | 85 | 4A | 0 | 1D | 1B | 9D | 3A | 2E |
| Octal | 61 | 273 | 205 | 112 | 0 | 35 | 33 | 235 | 72 | 56 |
| Binary | 110001 | 10111011 | 10000101 | 1001010 | 0 | 11101 | 11011 | 10011101 | 111010 | 101110 |
Color Harmonies of #31BB85
Complementary color
Monochromatic Colors of #31BB85
Black with #31BB85
Text Example
Text Example
White with #31BB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB85; }
p { color: rgb(49,187,133); }
H1.HeaderClassName
{
color: #31BB85;
}
.AnyTagClassName
{
color: #31BB85;
}
</style>
background-color css
<style>
a { background-color: #31BB85; }
a { background-color: rgb(49,187,133); }
div.DivClassName
{
background-color: #31BB85;
}
.BgClassName
{
background-color: #31BB85;
}
</style>
border-color css
<style>
span { border-color: #31BB85; }
span { border-color: rgb(49,187,133); }
td.TdClassName
{
border-color: #31BB85;
}
.TagClassName
{
border-color: #31BB85;
}
</style>