Shades of Jungle Green #31AB87
Tints of Jungle Green #31AB87
RGB
CMYK
RGB Variations
Color information
#31AB87 (or 0x31AB87) is known color: Jungle Green. HEX triplet: 31, AB and 87. RGB value is (49,171,135). Sum of RGB (Red+Green+Blue) = 49+171+135=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AB87 is #CE5478. Grayscale: #828282. Windows color (decimal): -13522041 or 8891185. OLE color: 8891185.
HSL color Cylindrical-coordinate representation of color #31AB87: hue angle of 162.3º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AB87 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 135 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.33 |
| HSL | 162.3º | 0.55% | 0.43% | - |
| HSV(B) | 162.3º | 0.71% | 0.67% | - |
| XYZ | 20.2 | 31.53 | 27.94 | - |
| YUV | 130.42 | 130.58 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 135 | 0.71 | 0 | 0.21 | 0.33 | 162.3 | 0.55 | 0.43 |
| Hex | 31 | AB | 87 | 47 | 0 | 15 | 21 | A2 | 37 | 2B |
| Octal | 61 | 253 | 207 | 107 | 0 | 25 | 41 | 242 | 67 | 53 |
| Binary | 110001 | 10101011 | 10000111 | 1000111 | 0 | 10101 | 100001 | 10100010 | 110111 | 101011 |
Color Harmonies of #31AB87
Complementary color
Monochromatic Colors of #31AB87
Black with #31AB87
Text Example
Text Example
White with #31AB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB87; }
p { color: rgb(49,171,135); }
H1.HeaderClassName
{
color: #31AB87;
}
.AnyTagClassName
{
color: #31AB87;
}
</style>
background-color css
<style>
a { background-color: #31AB87; }
a { background-color: rgb(49,171,135); }
div.DivClassName
{
background-color: #31AB87;
}
.BgClassName
{
background-color: #31AB87;
}
</style>
border-color css
<style>
span { border-color: #31AB87; }
span { border-color: rgb(49,171,135); }
td.TdClassName
{
border-color: #31AB87;
}
.TagClassName
{
border-color: #31AB87;
}
</style>