Shades of Jungle Green #31B087
Tints of Jungle Green #31B087
RGB
CMYK
RGB Variations
Color information
#31B087 (or 0x31B087) is known color: Jungle Green. HEX triplet: 31, B0 and 87. RGB value is (49,176,135). Sum of RGB (Red+Green+Blue) = 49+176+135=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #31B087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B087 is #CE4F78. Grayscale: #858585. Windows color (decimal): -13520761 or 8892465. OLE color: 8892465.
HSL color Cylindrical-coordinate representation of color #31B087: hue angle of 160.63º degrees, saturation: 0.56, 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 #31B087 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 176 | 135 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.31 |
| HSL | 160.63º | 0.56% | 0.44% | - |
| HSV(B) | 160.63º | 0.72% | 0.69% | - |
| XYZ | 21.17 | 33.45 | 28.26 | - |
| YUV | 133.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 176 | 135 | 0.72 | 0 | 0.23 | 0.31 | 160.63 | 0.56 | 0.44 |
| Hex | 31 | B0 | 87 | 48 | 0 | 17 | 1F | A1 | 38 | 2C |
| Octal | 61 | 260 | 207 | 110 | 0 | 27 | 37 | 241 | 70 | 54 |
| Binary | 110001 | 10110000 | 10000111 | 1001000 | 0 | 10111 | 11111 | 10100001 | 111000 | 101100 |
Color Harmonies of #31B087
Complementary color
Monochromatic Colors of #31B087
Black with #31B087
Text Example
Text Example
White with #31B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B087; }
p { color: rgb(49,176,135); }
H1.HeaderClassName
{
color: #31B087;
}
.AnyTagClassName
{
color: #31B087;
}
</style>
background-color css
<style>
a { background-color: #31B087; }
a { background-color: rgb(49,176,135); }
div.DivClassName
{
background-color: #31B087;
}
.BgClassName
{
background-color: #31B087;
}
</style>
border-color css
<style>
span { border-color: #31B087; }
span { border-color: rgb(49,176,135); }
td.TdClassName
{
border-color: #31B087;
}
.TagClassName
{
border-color: #31B087;
}
</style>