Shades of Jungle Green #31AB80
Tints of Jungle Green #31AB80
RGB
CMYK
RGB Variations
Color information
#31AB80 (or 0x31AB80) is known color: Jungle Green. HEX triplet: 31, AB and 80. RGB value is (49,171,128). Sum of RGB (Red+Green+Blue) = 49+171+128=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AB80 is #CE547F. Grayscale: #818181. Windows color (decimal): -13522048 or 8432433. OLE color: 8432433.
HSL color Cylindrical-coordinate representation of color #31AB80: hue angle of 158.85º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AB80 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 128 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.33 |
| HSL | 158.85º | 0.55% | 0.43% | - |
| HSV(B) | 158.85º | 0.71% | 0.67% | - |
| XYZ | 19.73 | 31.34 | 25.43 | - |
| YUV | 129.62 | 127.08 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 128 | 0.71 | 0 | 0.25 | 0.33 | 158.85 | 0.55 | 0.43 |
| Hex | 31 | AB | 80 | 47 | 0 | 19 | 21 | 9F | 37 | 2B |
| Octal | 61 | 253 | 200 | 107 | 0 | 31 | 41 | 237 | 67 | 53 |
| Binary | 110001 | 10101011 | 10000000 | 1000111 | 0 | 11001 | 100001 | 10011111 | 110111 | 101011 |
Color Harmonies of #31AB80
Complementary color
Monochromatic Colors of #31AB80
Black with #31AB80
Text Example
Text Example
White with #31AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB80; }
p { color: rgb(49,171,128); }
H1.HeaderClassName
{
color: #31AB80;
}
.AnyTagClassName
{
color: #31AB80;
}
</style>
background-color css
<style>
a { background-color: #31AB80; }
a { background-color: rgb(49,171,128); }
div.DivClassName
{
background-color: #31AB80;
}
.BgClassName
{
background-color: #31AB80;
}
</style>
border-color css
<style>
span { border-color: #31AB80; }
span { border-color: rgb(49,171,128); }
td.TdClassName
{
border-color: #31AB80;
}
.TagClassName
{
border-color: #31AB80;
}
</style>