Shades of Jungle Green #31B28B
Tints of Jungle Green #31B28B
RGB
CMYK
RGB Variations
Color information
#31B28B (or 0x31B28B) is known color: Jungle Green. HEX triplet: 31, B2 and 8B. RGB value is (49,178,139). Sum of RGB (Red+Green+Blue) = 49+178+139=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #31B28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B28B is #CE4D74. Grayscale: #878787. Windows color (decimal): -13520245 or 9155121. OLE color: 9155121.
HSL color Cylindrical-coordinate representation of color #31B28B: hue angle of 161.86º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B28B is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 178 | 139 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.30 |
| HSL | 161.86º | 0.57% | 0.45% | - |
| HSV(B) | 161.86º | 0.72% | 0.7% | - |
| XYZ | 21.85 | 34.36 | 29.91 | - |
| YUV | 134.98 | 130.26 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 139 | 0.72 | 0 | 0.22 | 0.30 | 161.86 | 0.57 | 0.45 |
| Hex | 31 | B2 | 8B | 48 | 0 | 16 | 1E | A2 | 39 | 2D |
| Octal | 61 | 262 | 213 | 110 | 0 | 26 | 36 | 242 | 71 | 55 |
| Binary | 110001 | 10110010 | 10001011 | 1001000 | 0 | 10110 | 11110 | 10100010 | 111001 | 101101 |
Color Harmonies of #31B28B
Complementary color
Monochromatic Colors of #31B28B
Black with #31B28B
Text Example
Text Example
White with #31B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B28B; }
p { color: rgb(49,178,139); }
H1.HeaderClassName
{
color: #31B28B;
}
.AnyTagClassName
{
color: #31B28B;
}
</style>
background-color css
<style>
a { background-color: #31B28B; }
a { background-color: rgb(49,178,139); }
div.DivClassName
{
background-color: #31B28B;
}
.BgClassName
{
background-color: #31B28B;
}
</style>
border-color css
<style>
span { border-color: #31B28B; }
span { border-color: rgb(49,178,139); }
td.TdClassName
{
border-color: #31B28B;
}
.TagClassName
{
border-color: #31B28B;
}
</style>