Shades of Jungle Green #31B68E
Tints of Jungle Green #31B68E
RGB
CMYK
RGB Variations
Color information
#31B68E (or 0x31B68E) is known color: Jungle Green. HEX triplet: 31, B6 and 8E. RGB value is (49,182,142). Sum of RGB (Red+Green+Blue) = 49+182+142=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #31B68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B68E is #CE4971. Grayscale: #898989. Windows color (decimal): -13519218 or 9352753. OLE color: 9352753.
HSL color Cylindrical-coordinate representation of color #31B68E: hue angle of 161.95º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B68E is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 182 | 142 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.29 |
| HSL | 161.95º | 0.58% | 0.45% | - |
| HSV(B) | 161.95º | 0.73% | 0.71% | - |
| XYZ | 22.88 | 36.06 | 31.35 | - |
| YUV | 137.67 | 130.44 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 182 | 142 | 0.73 | 0 | 0.22 | 0.29 | 161.95 | 0.58 | 0.45 |
| Hex | 31 | B6 | 8E | 49 | 0 | 16 | 1D | A2 | 3A | 2D |
| Octal | 61 | 266 | 216 | 111 | 0 | 26 | 35 | 242 | 72 | 55 |
| Binary | 110001 | 10110110 | 10001110 | 1001001 | 0 | 10110 | 11101 | 10100010 | 111010 | 101101 |
Color Harmonies of #31B68E
Complementary color
Monochromatic Colors of #31B68E
Black with #31B68E
Text Example
Text Example
White with #31B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B68E; }
p { color: rgb(49,182,142); }
H1.HeaderClassName
{
color: #31B68E;
}
.AnyTagClassName
{
color: #31B68E;
}
</style>
background-color css
<style>
a { background-color: #31B68E; }
a { background-color: rgb(49,182,142); }
div.DivClassName
{
background-color: #31B68E;
}
.BgClassName
{
background-color: #31B68E;
}
</style>
border-color css
<style>
span { border-color: #31B68E; }
span { border-color: rgb(49,182,142); }
td.TdClassName
{
border-color: #31B68E;
}
.TagClassName
{
border-color: #31B68E;
}
</style>