Shades of Jungle Green #31A87B
Tints of Jungle Green #31A87B
RGB
CMYK
RGB Variations
Color information
#31A87B (or 0x31A87B) is known color: Jungle Green. HEX triplet: 31, A8 and 7B. RGB value is (49,168,123). Sum of RGB (Red+Green+Blue) = 49+168+123=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #31A87B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A87B is #CE5784. Grayscale: #7F7F7F. Windows color (decimal): -13522821 or 8103985. OLE color: 8103985.
HSL color Cylindrical-coordinate representation of color #31A87B: hue angle of 157.31º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A87B is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 168 | 123 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.34 |
| HSL | 157.31º | 0.55% | 0.43% | - |
| HSV(B) | 157.31º | 0.71% | 0.66% | - |
| XYZ | 18.84 | 30.09 | 23.55 | - |
| YUV | 127.29 | 125.58 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 168 | 123 | 0.71 | 0 | 0.27 | 0.34 | 157.31 | 0.55 | 0.43 |
| Hex | 31 | A8 | 7B | 47 | 0 | 1B | 22 | 9D | 37 | 2B |
| Octal | 61 | 250 | 173 | 107 | 0 | 33 | 42 | 235 | 67 | 53 |
| Binary | 110001 | 10101000 | 1111011 | 1000111 | 0 | 11011 | 100010 | 10011101 | 110111 | 101011 |
Color Harmonies of #31A87B
Complementary color
Monochromatic Colors of #31A87B
Black with #31A87B
Text Example
Text Example
White with #31A87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A87B; }
p { color: rgb(49,168,123); }
H1.HeaderClassName
{
color: #31A87B;
}
.AnyTagClassName
{
color: #31A87B;
}
</style>
background-color css
<style>
a { background-color: #31A87B; }
a { background-color: rgb(49,168,123); }
div.DivClassName
{
background-color: #31A87B;
}
.BgClassName
{
background-color: #31A87B;
}
</style>
border-color css
<style>
span { border-color: #31A87B; }
span { border-color: rgb(49,168,123); }
td.TdClassName
{
border-color: #31A87B;
}
.TagClassName
{
border-color: #31A87B;
}
</style>