Shades of Jungle Green #31AB89
Tints of Jungle Green #31AB89
RGB
CMYK
RGB Variations
Color information
#31AB89 (or 0x31AB89) is known color: Jungle Green. HEX triplet: 31, AB and 89. RGB value is (49,171,137). Sum of RGB (Red+Green+Blue) = 49+171+137=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AB89 is #CE5476. Grayscale: #828282. Windows color (decimal): -13522039 or 9022257. OLE color: 9022257.
HSL color Cylindrical-coordinate representation of color #31AB89: hue angle of 163.28º 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 #31AB89 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 137 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.33 |
| HSL | 163.28º | 0.55% | 0.43% | - |
| HSV(B) | 163.28º | 0.71% | 0.67% | - |
| XYZ | 20.34 | 31.58 | 28.69 | - |
| YUV | 130.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 137 | 0.71 | 0 | 0.20 | 0.33 | 163.28 | 0.55 | 0.43 |
| Hex | 31 | AB | 89 | 47 | 0 | 14 | 21 | A3 | 37 | 2B |
| Octal | 61 | 253 | 211 | 107 | 0 | 24 | 41 | 243 | 67 | 53 |
| Binary | 110001 | 10101011 | 10001001 | 1000111 | 0 | 10100 | 100001 | 10100011 | 110111 | 101011 |
Color Harmonies of #31AB89
Complementary color
Monochromatic Colors of #31AB89
Black with #31AB89
Text Example
Text Example
White with #31AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB89; }
p { color: rgb(49,171,137); }
H1.HeaderClassName
{
color: #31AB89;
}
.AnyTagClassName
{
color: #31AB89;
}
</style>
background-color css
<style>
a { background-color: #31AB89; }
a { background-color: rgb(49,171,137); }
div.DivClassName
{
background-color: #31AB89;
}
.BgClassName
{
background-color: #31AB89;
}
</style>
border-color css
<style>
span { border-color: #31AB89; }
span { border-color: rgb(49,171,137); }
td.TdClassName
{
border-color: #31AB89;
}
.TagClassName
{
border-color: #31AB89;
}
</style>