Shades of Jungle Green #31B18B
Tints of Jungle Green #31B18B
RGB
CMYK
RGB Variations
Color information
#31B18B (or 0x31B18B) is known color: Jungle Green. HEX triplet: 31, B1 and 8B. RGB value is (49,177,139). Sum of RGB (Red+Green+Blue) = 49+177+139=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #31B18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B18B is #CE4E74. Grayscale: #868686. Windows color (decimal): -13520501 or 9154865. OLE color: 9154865.
HSL color Cylindrical-coordinate representation of color #31B18B: hue angle of 162.19º 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 #31B18B is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 177 | 139 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.31 |
| HSL | 162.19º | 0.57% | 0.44% | - |
| HSV(B) | 162.19º | 0.72% | 0.69% | - |
| XYZ | 21.65 | 33.96 | 29.84 | - |
| YUV | 134.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 177 | 139 | 0.72 | 0 | 0.21 | 0.31 | 162.19 | 0.57 | 0.44 |
| Hex | 31 | B1 | 8B | 48 | 0 | 15 | 1F | A2 | 39 | 2C |
| Octal | 61 | 261 | 213 | 110 | 0 | 25 | 37 | 242 | 71 | 54 |
| Binary | 110001 | 10110001 | 10001011 | 1001000 | 0 | 10101 | 11111 | 10100010 | 111001 | 101100 |
Color Harmonies of #31B18B
Complementary color
Monochromatic Colors of #31B18B
Black with #31B18B
Text Example
Text Example
White with #31B18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B18B; }
p { color: rgb(49,177,139); }
H1.HeaderClassName
{
color: #31B18B;
}
.AnyTagClassName
{
color: #31B18B;
}
</style>
background-color css
<style>
a { background-color: #31B18B; }
a { background-color: rgb(49,177,139); }
div.DivClassName
{
background-color: #31B18B;
}
.BgClassName
{
background-color: #31B18B;
}
</style>
border-color css
<style>
span { border-color: #31B18B; }
span { border-color: rgb(49,177,139); }
td.TdClassName
{
border-color: #31B18B;
}
.TagClassName
{
border-color: #31B18B;
}
</style>