Shades of Jungle Green #31AF89
Tints of Jungle Green #31AF89
RGB
CMYK
RGB Variations
Color information
#31AF89 (or 0x31AF89) is known color: Jungle Green. HEX triplet: 31, AF and 89. RGB value is (49,175,137). Sum of RGB (Red+Green+Blue) = 49+175+137=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AF89 is #CE5076. Grayscale: #858585. Windows color (decimal): -13521015 or 9023281. OLE color: 9023281.
HSL color Cylindrical-coordinate representation of color #31AF89: hue angle of 161.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AF89 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 137 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.31 |
| HSL | 161.9º | 0.56% | 0.44% | - |
| HSV(B) | 161.9º | 0.72% | 0.69% | - |
| XYZ | 21.11 | 33.12 | 28.95 | - |
| YUV | 132.99 | 130.26 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 137 | 0.72 | 0 | 0.22 | 0.31 | 161.9 | 0.56 | 0.44 |
| Hex | 31 | AF | 89 | 48 | 0 | 16 | 1F | A2 | 38 | 2C |
| Octal | 61 | 257 | 211 | 110 | 0 | 26 | 37 | 242 | 70 | 54 |
| Binary | 110001 | 10101111 | 10001001 | 1001000 | 0 | 10110 | 11111 | 10100010 | 111000 | 101100 |
Color Harmonies of #31AF89
Complementary color
Monochromatic Colors of #31AF89
Black with #31AF89
Text Example
Text Example
White with #31AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF89; }
p { color: rgb(49,175,137); }
H1.HeaderClassName
{
color: #31AF89;
}
.AnyTagClassName
{
color: #31AF89;
}
</style>
background-color css
<style>
a { background-color: #31AF89; }
a { background-color: rgb(49,175,137); }
div.DivClassName
{
background-color: #31AF89;
}
.BgClassName
{
background-color: #31AF89;
}
</style>
border-color css
<style>
span { border-color: #31AF89; }
span { border-color: rgb(49,175,137); }
td.TdClassName
{
border-color: #31AF89;
}
.TagClassName
{
border-color: #31AF89;
}
</style>