Shades of Jungle Green #31A57B
Tints of Jungle Green #31A57B
RGB
CMYK
RGB Variations
Color information
#31A57B (or 0x31A57B) is known color: Jungle Green. HEX triplet: 31, A5 and 7B. RGB value is (49,165,123). Sum of RGB (Red+Green+Blue) = 49+165+123=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #31A57B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A57B is #CE5A84. Grayscale: #7D7D7D. Windows color (decimal): -13523589 or 8103217. OLE color: 8103217.
HSL color Cylindrical-coordinate representation of color #31A57B: hue angle of 158.28º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A57B is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 165 | 123 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.35 |
| HSL | 158.28º | 0.54% | 0.42% | - |
| HSV(B) | 158.28º | 0.7% | 0.65% | - |
| XYZ | 18.3 | 28.99 | 23.37 | - |
| YUV | 125.53 | 126.57 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 165 | 123 | 0.70 | 0 | 0.25 | 0.35 | 158.28 | 0.54 | 0.42 |
| Hex | 31 | A5 | 7B | 46 | 0 | 19 | 23 | 9E | 36 | 2A |
| Octal | 61 | 245 | 173 | 106 | 0 | 31 | 43 | 236 | 66 | 52 |
| Binary | 110001 | 10100101 | 1111011 | 1000110 | 0 | 11001 | 100011 | 10011110 | 110110 | 101010 |
Color Harmonies of #31A57B
Complementary color
Monochromatic Colors of #31A57B
Black with #31A57B
Text Example
Text Example
White with #31A57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A57B; }
p { color: rgb(49,165,123); }
H1.HeaderClassName
{
color: #31A57B;
}
.AnyTagClassName
{
color: #31A57B;
}
</style>
background-color css
<style>
a { background-color: #31A57B; }
a { background-color: rgb(49,165,123); }
div.DivClassName
{
background-color: #31A57B;
}
.BgClassName
{
background-color: #31A57B;
}
</style>
border-color css
<style>
span { border-color: #31A57B; }
span { border-color: rgb(49,165,123); }
td.TdClassName
{
border-color: #31A57B;
}
.TagClassName
{
border-color: #31A57B;
}
</style>