Shades of Jungle Green #31AD7D
Tints of Jungle Green #31AD7D
RGB
CMYK
RGB Variations
Color information
#31AD7D (or 0x31AD7D) is known color: Jungle Green. HEX triplet: 31, AD and 7D. RGB value is (49,173,125). Sum of RGB (Red+Green+Blue) = 49+173+125=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AD7D is #CE5282. Grayscale: #828282. Windows color (decimal): -13521539 or 8236337. OLE color: 8236337.
HSL color Cylindrical-coordinate representation of color #31AD7D: hue angle of 156.77º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD7D is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 125 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.32 |
| HSL | 156.77º | 0.56% | 0.44% | - |
| HSV(B) | 156.77º | 0.72% | 0.68% | - |
| XYZ | 19.91 | 32.02 | 24.53 | - |
| YUV | 130.45 | 124.92 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 125 | 0.72 | 0 | 0.28 | 0.32 | 156.77 | 0.56 | 0.44 |
| Hex | 31 | AD | 7D | 48 | 0 | 1C | 20 | 9D | 38 | 2C |
| Octal | 61 | 255 | 175 | 110 | 0 | 34 | 40 | 235 | 70 | 54 |
| Binary | 110001 | 10101101 | 1111101 | 1001000 | 0 | 11100 | 100000 | 10011101 | 111000 | 101100 |
Color Harmonies of #31AD7D
Complementary color
Monochromatic Colors of #31AD7D
Black with #31AD7D
Text Example
Text Example
White with #31AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD7D; }
p { color: rgb(49,173,125); }
H1.HeaderClassName
{
color: #31AD7D;
}
.AnyTagClassName
{
color: #31AD7D;
}
</style>
background-color css
<style>
a { background-color: #31AD7D; }
a { background-color: rgb(49,173,125); }
div.DivClassName
{
background-color: #31AD7D;
}
.BgClassName
{
background-color: #31AD7D;
}
</style>
border-color css
<style>
span { border-color: #31AD7D; }
span { border-color: rgb(49,173,125); }
td.TdClassName
{
border-color: #31AD7D;
}
.TagClassName
{
border-color: #31AD7D;
}
</style>