Shades of Jungle Green #1FA982
Tints of Jungle Green #1FA982
RGB
CMYK
RGB Variations
Color information
#1FA982 (or 0x1FA982) is known color: Jungle Green. HEX triplet: 1F, A9 and 82. RGB value is (31,169,130). Sum of RGB (Red+Green+Blue) = 31+169+130=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #1FA982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA982 is #E0567D. Grayscale: #7B7B7B. Windows color (decimal): -14702206 or 8562975. OLE color: 8562975.
HSL color Cylindrical-coordinate representation of color #1FA982: hue angle of 163.04º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA982 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 169 | 130 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.34 |
| HSL | 163.04º | 0.69% | 0.39% | - |
| HSV(B) | 163.04º | 0.82% | 0.66% | - |
| XYZ | 18.78 | 30.28 | 25.97 | - |
| YUV | 123.29 | 131.78 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 169 | 130 | 0.82 | 0 | 0.23 | 0.34 | 163.04 | 0.69 | 0.39 |
| Hex | 1F | A9 | 82 | 52 | 0 | 17 | 22 | A3 | 45 | 27 |
| Octal | 37 | 251 | 202 | 122 | 0 | 27 | 42 | 243 | 105 | 47 |
| Binary | 11111 | 10101001 | 10000010 | 1010010 | 0 | 10111 | 100010 | 10100011 | 1000101 | 100111 |
Color Harmonies of #1FA982
Complementary color
Monochromatic Colors of #1FA982
Black with #1FA982
Text Example
Text Example
White with #1FA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA982; }
p { color: rgb(31,169,130); }
H1.HeaderClassName
{
color: #1FA982;
}
.AnyTagClassName
{
color: #1FA982;
}
</style>
background-color css
<style>
a { background-color: #1FA982; }
a { background-color: rgb(31,169,130); }
div.DivClassName
{
background-color: #1FA982;
}
.BgClassName
{
background-color: #1FA982;
}
</style>
border-color css
<style>
span { border-color: #1FA982; }
span { border-color: rgb(31,169,130); }
td.TdClassName
{
border-color: #1FA982;
}
.TagClassName
{
border-color: #1FA982;
}
</style>