Shades of Jungle Green #31AA7D
Tints of Jungle Green #31AA7D
RGB
CMYK
RGB Variations
Color information
#31AA7D (or 0x31AA7D) is known color: Jungle Green. HEX triplet: 31, AA and 7D. RGB value is (49,170,125). Sum of RGB (Red+Green+Blue) = 49+170+125=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AA7D is #CE5582. Grayscale: #808080. Windows color (decimal): -13522307 or 8235569. OLE color: 8235569.
HSL color Cylindrical-coordinate representation of color #31AA7D: hue angle of 157.69º 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 #31AA7D is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 125 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.33 |
| HSL | 157.69º | 0.55% | 0.43% | - |
| HSV(B) | 157.69º | 0.71% | 0.67% | - |
| XYZ | 19.34 | 30.88 | 24.34 | - |
| YUV | 128.69 | 125.91 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 125 | 0.71 | 0 | 0.26 | 0.33 | 157.69 | 0.55 | 0.43 |
| Hex | 31 | AA | 7D | 47 | 0 | 1A | 21 | 9E | 37 | 2B |
| Octal | 61 | 252 | 175 | 107 | 0 | 32 | 41 | 236 | 67 | 53 |
| Binary | 110001 | 10101010 | 1111101 | 1000111 | 0 | 11010 | 100001 | 10011110 | 110111 | 101011 |
Color Harmonies of #31AA7D
Complementary color
Monochromatic Colors of #31AA7D
Black with #31AA7D
Text Example
Text Example
White with #31AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AA7D; }
p { color: rgb(49,170,125); }
H1.HeaderClassName
{
color: #31AA7D;
}
.AnyTagClassName
{
color: #31AA7D;
}
</style>
background-color css
<style>
a { background-color: #31AA7D; }
a { background-color: rgb(49,170,125); }
div.DivClassName
{
background-color: #31AA7D;
}
.BgClassName
{
background-color: #31AA7D;
}
</style>
border-color css
<style>
span { border-color: #31AA7D; }
span { border-color: rgb(49,170,125); }
td.TdClassName
{
border-color: #31AA7D;
}
.TagClassName
{
border-color: #31AA7D;
}
</style>