Shades of Jungle Green #31B18D
Tints of Jungle Green #31B18D
RGB
CMYK
RGB Variations
Color information
#31B18D (or 0x31B18D) is known color: Jungle Green. HEX triplet: 31, B1 and 8D. RGB value is (49,177,141). Sum of RGB (Red+Green+Blue) = 49+177+141=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #31B18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B18D is #CE4E72. Grayscale: #868686. Windows color (decimal): -13520499 or 9285937. OLE color: 9285937.
HSL color Cylindrical-coordinate representation of color #31B18D: hue angle of 163.12º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B18D is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 177 | 141 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.31 |
| HSL | 163.13º | 0.57% | 0.44% | - |
| HSV(B) | 163.13º | 0.72% | 0.69% | - |
| XYZ | 21.8 | 34.02 | 30.62 | - |
| YUV | 134.62 | 131.59 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 177 | 141 | 0.72 | 0 | 0.20 | 0.31 | 163.13 | 0.57 | 0.44 |
| Hex | 31 | B1 | 8D | 48 | 0 | 14 | 1F | A3 | 39 | 2C |
| Octal | 61 | 261 | 215 | 110 | 0 | 24 | 37 | 243 | 71 | 54 |
| Binary | 110001 | 10110001 | 10001101 | 1001000 | 0 | 10100 | 11111 | 10100011 | 111001 | 101100 |
Color Harmonies of #31B18D
Complementary color
Monochromatic Colors of #31B18D
Black with #31B18D
Text Example
Text Example
White with #31B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B18D; }
p { color: rgb(49,177,141); }
H1.HeaderClassName
{
color: #31B18D;
}
.AnyTagClassName
{
color: #31B18D;
}
</style>
background-color css
<style>
a { background-color: #31B18D; }
a { background-color: rgb(49,177,141); }
div.DivClassName
{
background-color: #31B18D;
}
.BgClassName
{
background-color: #31B18D;
}
</style>
border-color css
<style>
span { border-color: #31B18D; }
span { border-color: rgb(49,177,141); }
td.TdClassName
{
border-color: #31B18D;
}
.TagClassName
{
border-color: #31B18D;
}
</style>