Shades of Jungle Green #31AD82
Tints of Jungle Green #31AD82
RGB
CMYK
RGB Variations
Color information
#31AD82 (or 0x31AD82) is known color: Jungle Green. HEX triplet: 31, AD and 82. RGB value is (49,173,130). Sum of RGB (Red+Green+Blue) = 49+173+130=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AD82 is #CE527D. Grayscale: #838383. Windows color (decimal): -13521534 or 8564017. OLE color: 8564017.
HSL color Cylindrical-coordinate representation of color #31AD82: hue angle of 159.19º 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 #31AD82 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 130 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.32 |
| HSL | 159.19º | 0.56% | 0.44% | - |
| HSV(B) | 159.19º | 0.72% | 0.68% | - |
| XYZ | 20.24 | 32.15 | 26.26 | - |
| YUV | 131.02 | 127.42 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 130 | 0.72 | 0 | 0.25 | 0.32 | 159.19 | 0.56 | 0.44 |
| Hex | 31 | AD | 82 | 48 | 0 | 19 | 20 | 9F | 38 | 2C |
| Octal | 61 | 255 | 202 | 110 | 0 | 31 | 40 | 237 | 70 | 54 |
| Binary | 110001 | 10101101 | 10000010 | 1001000 | 0 | 11001 | 100000 | 10011111 | 111000 | 101100 |
Color Harmonies of #31AD82
Complementary color
Monochromatic Colors of #31AD82
Black with #31AD82
Text Example
Text Example
White with #31AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD82; }
p { color: rgb(49,173,130); }
H1.HeaderClassName
{
color: #31AD82;
}
.AnyTagClassName
{
color: #31AD82;
}
</style>
background-color css
<style>
a { background-color: #31AD82; }
a { background-color: rgb(49,173,130); }
div.DivClassName
{
background-color: #31AD82;
}
.BgClassName
{
background-color: #31AD82;
}
</style>
border-color css
<style>
span { border-color: #31AD82; }
span { border-color: rgb(49,173,130); }
td.TdClassName
{
border-color: #31AD82;
}
.TagClassName
{
border-color: #31AD82;
}
</style>