Shades of Jungle Green #31BA82
Tints of Jungle Green #31BA82
RGB
CMYK
RGB Variations
Color information
#31BA82 (or 0x31BA82) is known color: Jungle Green. HEX triplet: 31, BA and 82. RGB value is (49,186,130). Sum of RGB (Red+Green+Blue) = 49+186+130=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BA82 is #CE457D. Grayscale: #8A8A8A. Windows color (decimal): -13518206 or 8567345. OLE color: 8567345.
HSL color Cylindrical-coordinate representation of color #31BA82: hue angle of 155.47º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BA82 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 130 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.27 |
| HSL | 155.47º | 0.58% | 0.46% | - |
| HSV(B) | 155.47º | 0.74% | 0.73% | - |
| XYZ | 22.85 | 37.38 | 27.13 | - |
| YUV | 138.65 | 123.11 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 130 | 0.74 | 0 | 0.30 | 0.27 | 155.47 | 0.58 | 0.46 |
| Hex | 31 | BA | 82 | 4A | 0 | 1E | 1B | 9B | 3A | 2E |
| Octal | 61 | 272 | 202 | 112 | 0 | 36 | 33 | 233 | 72 | 56 |
| Binary | 110001 | 10111010 | 10000010 | 1001010 | 0 | 11110 | 11011 | 10011011 | 111010 | 101110 |
Color Harmonies of #31BA82
Complementary color
Monochromatic Colors of #31BA82
Black with #31BA82
Text Example
Text Example
White with #31BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA82; }
p { color: rgb(49,186,130); }
H1.HeaderClassName
{
color: #31BA82;
}
.AnyTagClassName
{
color: #31BA82;
}
</style>
background-color css
<style>
a { background-color: #31BA82; }
a { background-color: rgb(49,186,130); }
div.DivClassName
{
background-color: #31BA82;
}
.BgClassName
{
background-color: #31BA82;
}
</style>
border-color css
<style>
span { border-color: #31BA82; }
span { border-color: rgb(49,186,130); }
td.TdClassName
{
border-color: #31BA82;
}
.TagClassName
{
border-color: #31BA82;
}
</style>