Shades of Jungle Green #31BC89
Tints of Jungle Green #31BC89
RGB
CMYK
RGB Variations
Color information
#31BC89 (or 0x31BC89) is known color: Jungle Green. HEX triplet: 31, BC and 89. RGB value is (49,188,137). Sum of RGB (Red+Green+Blue) = 49+188+137=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BC89 is #CE4376. Grayscale: #8C8C8C. Windows color (decimal): -13517687 or 9026609. OLE color: 9026609.
HSL color Cylindrical-coordinate representation of color #31BC89: hue angle of 157.99º 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 #31BC89 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 137 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.26 |
| HSL | 157.99º | 0.59% | 0.46% | - |
| HSV(B) | 157.99º | 0.74% | 0.74% | - |
| XYZ | 23.77 | 38.43 | 29.83 | - |
| YUV | 140.63 | 125.95 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 137 | 0.74 | 0 | 0.27 | 0.26 | 157.99 | 0.59 | 0.46 |
| Hex | 31 | BC | 89 | 4A | 0 | 1B | 1A | 9E | 3B | 2E |
| Octal | 61 | 274 | 211 | 112 | 0 | 33 | 32 | 236 | 73 | 56 |
| Binary | 110001 | 10111100 | 10001001 | 1001010 | 0 | 11011 | 11010 | 10011110 | 111011 | 101110 |
Color Harmonies of #31BC89
Complementary color
Monochromatic Colors of #31BC89
Black with #31BC89
Text Example
Text Example
White with #31BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC89; }
p { color: rgb(49,188,137); }
H1.HeaderClassName
{
color: #31BC89;
}
.AnyTagClassName
{
color: #31BC89;
}
</style>
background-color css
<style>
a { background-color: #31BC89; }
a { background-color: rgb(49,188,137); }
div.DivClassName
{
background-color: #31BC89;
}
.BgClassName
{
background-color: #31BC89;
}
</style>
border-color css
<style>
span { border-color: #31BC89; }
span { border-color: rgb(49,188,137); }
td.TdClassName
{
border-color: #31BC89;
}
.TagClassName
{
border-color: #31BC89;
}
</style>