Shades of Jungle Green #31AA7E
Tints of Jungle Green #31AA7E
RGB
CMYK
RGB Variations
Color information
#31AA7E (or 0x31AA7E) is known color: Jungle Green. HEX triplet: 31, AA and 7E. RGB value is (49,170,126). Sum of RGB (Red+Green+Blue) = 49+170+126=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AA7E is #CE5581. Grayscale: #808080. Windows color (decimal): -13522306 or 8301105. OLE color: 8301105.
HSL color Cylindrical-coordinate representation of color #31AA7E: hue angle of 158.18º 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 #31AA7E is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 126 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.33 |
| HSL | 158.18º | 0.55% | 0.43% | - |
| HSV(B) | 158.18º | 0.71% | 0.67% | - |
| XYZ | 19.41 | 30.91 | 24.68 | - |
| YUV | 128.81 | 126.41 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 126 | 0.71 | 0 | 0.26 | 0.33 | 158.18 | 0.55 | 0.43 |
| Hex | 31 | AA | 7E | 47 | 0 | 1A | 21 | 9E | 37 | 2B |
| Octal | 61 | 252 | 176 | 107 | 0 | 32 | 41 | 236 | 67 | 53 |
| Binary | 110001 | 10101010 | 1111110 | 1000111 | 0 | 11010 | 100001 | 10011110 | 110111 | 101011 |
Color Harmonies of #31AA7E
Complementary color
Monochromatic Colors of #31AA7E
Black with #31AA7E
Text Example
Text Example
White with #31AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AA7E; }
p { color: rgb(49,170,126); }
H1.HeaderClassName
{
color: #31AA7E;
}
.AnyTagClassName
{
color: #31AA7E;
}
</style>
background-color css
<style>
a { background-color: #31AA7E; }
a { background-color: rgb(49,170,126); }
div.DivClassName
{
background-color: #31AA7E;
}
.BgClassName
{
background-color: #31AA7E;
}
</style>
border-color css
<style>
span { border-color: #31AA7E; }
span { border-color: rgb(49,170,126); }
td.TdClassName
{
border-color: #31AA7E;
}
.TagClassName
{
border-color: #31AA7E;
}
</style>