Shades of Jungle Green #31C083
Tints of Jungle Green #31C083
RGB
CMYK
RGB Variations
Color information
#31C083 (or 0x31C083) is known color: Jungle Green. HEX triplet: 31, C0 and 83. RGB value is (49,192,131). Sum of RGB (Red+Green+Blue) = 49+192+131=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #31C083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C083 is #CE3F7C. Grayscale: #8E8E8E. Windows color (decimal): -13516669 or 8634417. OLE color: 8634417.
HSL color Cylindrical-coordinate representation of color #31C083: hue angle of 154.41º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C083 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 131 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.25 |
| HSL | 154.41º | 0.59% | 0.47% | - |
| HSV(B) | 154.41º | 0.74% | 0.75% | - |
| XYZ | 24.21 | 39.99 | 27.92 | - |
| YUV | 142.29 | 121.62 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 131 | 0.74 | 0 | 0.32 | 0.25 | 154.41 | 0.59 | 0.47 |
| Hex | 31 | C0 | 83 | 4A | 0 | 20 | 19 | 9A | 3B | 2F |
| Octal | 61 | 300 | 203 | 112 | 0 | 40 | 31 | 232 | 73 | 57 |
| Binary | 110001 | 11000000 | 10000011 | 1001010 | 0 | 100000 | 11001 | 10011010 | 111011 | 101111 |
Color Harmonies of #31C083
Complementary color
Monochromatic Colors of #31C083
Black with #31C083
Text Example
Text Example
White with #31C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C083; }
p { color: rgb(49,192,131); }
H1.HeaderClassName
{
color: #31C083;
}
.AnyTagClassName
{
color: #31C083;
}
</style>
background-color css
<style>
a { background-color: #31C083; }
a { background-color: rgb(49,192,131); }
div.DivClassName
{
background-color: #31C083;
}
.BgClassName
{
background-color: #31C083;
}
</style>
border-color css
<style>
span { border-color: #31C083; }
span { border-color: rgb(49,192,131); }
td.TdClassName
{
border-color: #31C083;
}
.TagClassName
{
border-color: #31C083;
}
</style>