Shades of Jungle Green #31A77D
Tints of Jungle Green #31A77D
RGB
CMYK
RGB Variations
Color information
#31A77D (or 0x31A77D) is known color: Jungle Green. HEX triplet: 31, A7 and 7D. RGB value is (49,167,125). Sum of RGB (Red+Green+Blue) = 49+167+125=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #31A77D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A77D is #CE5882. Grayscale: #7E7E7E. Windows color (decimal): -13523075 or 8234801. OLE color: 8234801.
HSL color Cylindrical-coordinate representation of color #31A77D: hue angle of 158.64º 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 #31A77D is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 125 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.35 |
| HSL | 158.64º | 0.55% | 0.42% | - |
| HSV(B) | 158.64º | 0.71% | 0.65% | - |
| XYZ | 18.79 | 29.77 | 24.16 | - |
| YUV | 126.93 | 126.91 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 125 | 0.71 | 0 | 0.25 | 0.35 | 158.64 | 0.55 | 0.42 |
| Hex | 31 | A7 | 7D | 47 | 0 | 19 | 23 | 9F | 37 | 2A |
| Octal | 61 | 247 | 175 | 107 | 0 | 31 | 43 | 237 | 67 | 52 |
| Binary | 110001 | 10100111 | 1111101 | 1000111 | 0 | 11001 | 100011 | 10011111 | 110111 | 101010 |
Color Harmonies of #31A77D
Complementary color
Monochromatic Colors of #31A77D
Black with #31A77D
Text Example
Text Example
White with #31A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A77D; }
p { color: rgb(49,167,125); }
H1.HeaderClassName
{
color: #31A77D;
}
.AnyTagClassName
{
color: #31A77D;
}
</style>
background-color css
<style>
a { background-color: #31A77D; }
a { background-color: rgb(49,167,125); }
div.DivClassName
{
background-color: #31A77D;
}
.BgClassName
{
background-color: #31A77D;
}
</style>
border-color css
<style>
span { border-color: #31A77D; }
span { border-color: rgb(49,167,125); }
td.TdClassName
{
border-color: #31A77D;
}
.TagClassName
{
border-color: #31A77D;
}
</style>