Shades of Jungle Green #31BC8C
Tints of Jungle Green #31BC8C
RGB
CMYK
RGB Variations
Color information
#31BC8C (or 0x31BC8C) is known color: Jungle Green. HEX triplet: 31, BC and 8C. RGB value is (49,188,140). Sum of RGB (Red+Green+Blue) = 49+188+140=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BC8C is #CE4373. Grayscale: #8D8D8D. Windows color (decimal): -13517684 or 9223217. OLE color: 9223217.
HSL color Cylindrical-coordinate representation of color #31BC8C: hue angle of 159.28º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC8C is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 140 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.26 |
| HSL | 159.28º | 0.59% | 0.46% | - |
| HSV(B) | 159.28º | 0.74% | 0.74% | - |
| XYZ | 23.98 | 38.51 | 30.98 | - |
| YUV | 140.97 | 127.45 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 140 | 0.74 | 0 | 0.26 | 0.26 | 159.28 | 0.59 | 0.46 |
| Hex | 31 | BC | 8C | 4A | 0 | 1A | 1A | 9F | 3B | 2E |
| Octal | 61 | 274 | 214 | 112 | 0 | 32 | 32 | 237 | 73 | 56 |
| Binary | 110001 | 10111100 | 10001100 | 1001010 | 0 | 11010 | 11010 | 10011111 | 111011 | 101110 |
Color Harmonies of #31BC8C
Complementary color
Monochromatic Colors of #31BC8C
Black with #31BC8C
Text Example
Text Example
White with #31BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC8C; }
p { color: rgb(49,188,140); }
H1.HeaderClassName
{
color: #31BC8C;
}
.AnyTagClassName
{
color: #31BC8C;
}
</style>
background-color css
<style>
a { background-color: #31BC8C; }
a { background-color: rgb(49,188,140); }
div.DivClassName
{
background-color: #31BC8C;
}
.BgClassName
{
background-color: #31BC8C;
}
</style>
border-color css
<style>
span { border-color: #31BC8C; }
span { border-color: rgb(49,188,140); }
td.TdClassName
{
border-color: #31BC8C;
}
.TagClassName
{
border-color: #31BC8C;
}
</style>