Shades of Jungle Green #31AB86
Tints of Jungle Green #31AB86
RGB
CMYK
RGB Variations
Color information
#31AB86 (or 0x31AB86) is known color: Jungle Green. HEX triplet: 31, AB and 86. RGB value is (49,171,134). Sum of RGB (Red+Green+Blue) = 49+171+134=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AB86 is #CE5479. Grayscale: #828282. Windows color (decimal): -13522042 or 8825649. OLE color: 8825649.
HSL color Cylindrical-coordinate representation of color #31AB86: hue angle of 161.8º 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 #31AB86 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 134 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.33 |
| HSL | 161.8º | 0.55% | 0.43% | - |
| HSV(B) | 161.8º | 0.71% | 0.67% | - |
| XYZ | 20.13 | 31.5 | 27.57 | - |
| YUV | 130.3 | 130.08 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 134 | 0.71 | 0 | 0.22 | 0.33 | 161.8 | 0.55 | 0.43 |
| Hex | 31 | AB | 86 | 47 | 0 | 16 | 21 | A2 | 37 | 2B |
| Octal | 61 | 253 | 206 | 107 | 0 | 26 | 41 | 242 | 67 | 53 |
| Binary | 110001 | 10101011 | 10000110 | 1000111 | 0 | 10110 | 100001 | 10100010 | 110111 | 101011 |
Color Harmonies of #31AB86
Complementary color
Monochromatic Colors of #31AB86
Black with #31AB86
Text Example
Text Example
White with #31AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB86; }
p { color: rgb(49,171,134); }
H1.HeaderClassName
{
color: #31AB86;
}
.AnyTagClassName
{
color: #31AB86;
}
</style>
background-color css
<style>
a { background-color: #31AB86; }
a { background-color: rgb(49,171,134); }
div.DivClassName
{
background-color: #31AB86;
}
.BgClassName
{
background-color: #31AB86;
}
</style>
border-color css
<style>
span { border-color: #31AB86; }
span { border-color: rgb(49,171,134); }
td.TdClassName
{
border-color: #31AB86;
}
.TagClassName
{
border-color: #31AB86;
}
</style>