Shades of Jungle Green #1FA082
Tints of Jungle Green #1FA082
RGB
CMYK
RGB Variations
Color information
#1FA082 (or 0x1FA082) is known color: Jungle Green. HEX triplet: 1F, A0 and 82. RGB value is (31,160,130). Sum of RGB (Red+Green+Blue) = 31+160+130=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA082 is #E05F7D. Grayscale: #757575. Windows color (decimal): -14704510 or 8560671. OLE color: 8560671.
HSL color Cylindrical-coordinate representation of color #1FA082: hue angle of 166.05º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA082 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 130 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.37 |
| HSL | 166.05º | 0.68% | 0.37% | - |
| HSV(B) | 166.05º | 0.81% | 0.63% | - |
| XYZ | 17.17 | 27.04 | 25.43 | - |
| YUV | 118.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 130 | 0.81 | 0 | 0.19 | 0.37 | 166.05 | 0.68 | 0.37 |
| Hex | 1F | A0 | 82 | 51 | 0 | 13 | 25 | A6 | 44 | 25 |
| Octal | 37 | 240 | 202 | 121 | 0 | 23 | 45 | 246 | 104 | 45 |
| Binary | 11111 | 10100000 | 10000010 | 1010001 | 0 | 10011 | 100101 | 10100110 | 1000100 | 100101 |
Color Harmonies of #1FA082
Complementary color
Monochromatic Colors of #1FA082
Black with #1FA082
Text Example
Text Example
White with #1FA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA082; }
p { color: rgb(31,160,130); }
H1.HeaderClassName
{
color: #1FA082;
}
.AnyTagClassName
{
color: #1FA082;
}
</style>
background-color css
<style>
a { background-color: #1FA082; }
a { background-color: rgb(31,160,130); }
div.DivClassName
{
background-color: #1FA082;
}
.BgClassName
{
background-color: #1FA082;
}
</style>
border-color css
<style>
span { border-color: #1FA082; }
span { border-color: rgb(31,160,130); }
td.TdClassName
{
border-color: #1FA082;
}
.TagClassName
{
border-color: #1FA082;
}
</style>