Shades of Jungle Green #1FA379
Tints of Jungle Green #1FA379
RGB
CMYK
RGB Variations
Color information
#1FA379 (or 0x1FA379) is known color: Jungle Green. HEX triplet: 1F, A3 and 79. RGB value is (31,163,121). Sum of RGB (Red+Green+Blue) = 31+163+121=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA379 is #E05C86. Grayscale: #767676. Windows color (decimal): -14703751 or 7971615. OLE color: 7971615.
HSL color Cylindrical-coordinate representation of color #1FA379: hue angle of 160.91º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA379 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 163 | 121 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.36 |
| HSL | 160.91º | 0.68% | 0.38% | - |
| HSV(B) | 160.91º | 0.81% | 0.64% | - |
| XYZ | 17.11 | 27.87 | 22.57 | - |
| YUV | 118.74 | 129.27 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 121 | 0.81 | 0 | 0.26 | 0.36 | 160.91 | 0.68 | 0.38 |
| Hex | 1F | A3 | 79 | 51 | 0 | 1A | 24 | A1 | 44 | 26 |
| Octal | 37 | 243 | 171 | 121 | 0 | 32 | 44 | 241 | 104 | 46 |
| Binary | 11111 | 10100011 | 1111001 | 1010001 | 0 | 11010 | 100100 | 10100001 | 1000100 | 100110 |
Color Harmonies of #1FA379
Complementary color
Monochromatic Colors of #1FA379
Black with #1FA379
Text Example
Text Example
White with #1FA379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA379; }
p { color: rgb(31,163,121); }
H1.HeaderClassName
{
color: #1FA379;
}
.AnyTagClassName
{
color: #1FA379;
}
</style>
background-color css
<style>
a { background-color: #1FA379; }
a { background-color: rgb(31,163,121); }
div.DivClassName
{
background-color: #1FA379;
}
.BgClassName
{
background-color: #1FA379;
}
</style>
border-color css
<style>
span { border-color: #1FA379; }
span { border-color: rgb(31,163,121); }
td.TdClassName
{
border-color: #1FA379;
}
.TagClassName
{
border-color: #1FA379;
}
</style>