Shades of Jungle Green #31A77A
Tints of Jungle Green #31A77A
RGB
CMYK
RGB Variations
Color information
#31A77A (or 0x31A77A) is known color: Jungle Green. HEX triplet: 31, A7 and 7A. RGB value is (49,167,122). Sum of RGB (Red+Green+Blue) = 49+167+122=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #31A77A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A77A is #CE5885. Grayscale: #7E7E7E. Windows color (decimal): -13523078 or 8038193. OLE color: 8038193.
HSL color Cylindrical-coordinate representation of color #31A77A: hue angle of 157.12º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A77A is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 122 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.35 |
| HSL | 157.12º | 0.55% | 0.42% | - |
| HSV(B) | 157.12º | 0.71% | 0.65% | - |
| XYZ | 18.6 | 29.7 | 23.16 | - |
| YUV | 126.59 | 125.41 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 122 | 0.71 | 0 | 0.27 | 0.35 | 157.12 | 0.55 | 0.42 |
| Hex | 31 | A7 | 7A | 47 | 0 | 1B | 23 | 9D | 37 | 2A |
| Octal | 61 | 247 | 172 | 107 | 0 | 33 | 43 | 235 | 67 | 52 |
| Binary | 110001 | 10100111 | 1111010 | 1000111 | 0 | 11011 | 100011 | 10011101 | 110111 | 101010 |
Color Harmonies of #31A77A
Complementary color
Monochromatic Colors of #31A77A
Black with #31A77A
Text Example
Text Example
White with #31A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A77A; }
p { color: rgb(49,167,122); }
H1.HeaderClassName
{
color: #31A77A;
}
.AnyTagClassName
{
color: #31A77A;
}
</style>
background-color css
<style>
a { background-color: #31A77A; }
a { background-color: rgb(49,167,122); }
div.DivClassName
{
background-color: #31A77A;
}
.BgClassName
{
background-color: #31A77A;
}
</style>
border-color css
<style>
span { border-color: #31A77A; }
span { border-color: rgb(49,167,122); }
td.TdClassName
{
border-color: #31A77A;
}
.TagClassName
{
border-color: #31A77A;
}
</style>