Shades of Jungle Green #31AD81
Tints of Jungle Green #31AD81
RGB
CMYK
RGB Variations
Color information
#31AD81 (or 0x31AD81) is known color: Jungle Green. HEX triplet: 31, AD and 81. RGB value is (49,173,129). Sum of RGB (Red+Green+Blue) = 49+173+129=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AD81 is #CE527E. Grayscale: #828282. Windows color (decimal): -13521535 or 8498481. OLE color: 8498481.
HSL color Cylindrical-coordinate representation of color #31AD81: hue angle of 158.71º 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 #31AD81 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 129 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.32 |
| HSL | 158.71º | 0.56% | 0.44% | - |
| HSV(B) | 158.71º | 0.72% | 0.68% | - |
| XYZ | 20.17 | 32.13 | 25.91 | - |
| YUV | 130.91 | 126.92 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 129 | 0.72 | 0 | 0.25 | 0.32 | 158.71 | 0.56 | 0.44 |
| Hex | 31 | AD | 81 | 48 | 0 | 19 | 20 | 9F | 38 | 2C |
| Octal | 61 | 255 | 201 | 110 | 0 | 31 | 40 | 237 | 70 | 54 |
| Binary | 110001 | 10101101 | 10000001 | 1001000 | 0 | 11001 | 100000 | 10011111 | 111000 | 101100 |
Color Harmonies of #31AD81
Complementary color
Monochromatic Colors of #31AD81
Black with #31AD81
Text Example
Text Example
White with #31AD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD81; }
p { color: rgb(49,173,129); }
H1.HeaderClassName
{
color: #31AD81;
}
.AnyTagClassName
{
color: #31AD81;
}
</style>
background-color css
<style>
a { background-color: #31AD81; }
a { background-color: rgb(49,173,129); }
div.DivClassName
{
background-color: #31AD81;
}
.BgClassName
{
background-color: #31AD81;
}
</style>
border-color css
<style>
span { border-color: #31AD81; }
span { border-color: rgb(49,173,129); }
td.TdClassName
{
border-color: #31AD81;
}
.TagClassName
{
border-color: #31AD81;
}
</style>