Shades of Jungle Green #31BF82
Tints of Jungle Green #31BF82
RGB
CMYK
RGB Variations
Color information
#31BF82 (or 0x31BF82) is known color: Jungle Green. HEX triplet: 31, BF and 82. RGB value is (49,191,130). Sum of RGB (Red+Green+Blue) = 49+191+130=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BF82 is #CE407D. Grayscale: #8D8D8D. Windows color (decimal): -13516926 or 8568625. OLE color: 8568625.
HSL color Cylindrical-coordinate representation of color #31BF82: hue angle of 154.23º 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 #31BF82 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 130 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.25 |
| HSL | 154.23º | 0.59% | 0.47% | - |
| HSV(B) | 154.23º | 0.74% | 0.75% | - |
| XYZ | 23.93 | 39.53 | 27.49 | - |
| YUV | 141.59 | 121.46 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 130 | 0.74 | 0 | 0.32 | 0.25 | 154.23 | 0.59 | 0.47 |
| Hex | 31 | BF | 82 | 4A | 0 | 20 | 19 | 9A | 3B | 2F |
| Octal | 61 | 277 | 202 | 112 | 0 | 40 | 31 | 232 | 73 | 57 |
| Binary | 110001 | 10111111 | 10000010 | 1001010 | 0 | 100000 | 11001 | 10011010 | 111011 | 101111 |
Color Harmonies of #31BF82
Complementary color
Monochromatic Colors of #31BF82
Black with #31BF82
Text Example
Text Example
White with #31BF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF82; }
p { color: rgb(49,191,130); }
H1.HeaderClassName
{
color: #31BF82;
}
.AnyTagClassName
{
color: #31BF82;
}
</style>
background-color css
<style>
a { background-color: #31BF82; }
a { background-color: rgb(49,191,130); }
div.DivClassName
{
background-color: #31BF82;
}
.BgClassName
{
background-color: #31BF82;
}
</style>
border-color css
<style>
span { border-color: #31BF82; }
span { border-color: rgb(49,191,130); }
td.TdClassName
{
border-color: #31BF82;
}
.TagClassName
{
border-color: #31BF82;
}
</style>