Shades of Jungle Green #1FA373
Tints of Jungle Green #1FA373
RGB
CMYK
RGB Variations
Color information
#1FA373 (or 0x1FA373) is known color: Jungle Green. HEX triplet: 1F, A3 and 73. RGB value is (31,163,115). Sum of RGB (Red+Green+Blue) = 31+163+115=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA373 is #E05C8C. Grayscale: #767676. Windows color (decimal): -14703757 or 7578399. OLE color: 7578399.
HSL color Cylindrical-coordinate representation of color #1FA373: hue angle of 158.18º 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 #1FA373 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 163 | 115 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.36 |
| HSL | 158.18º | 0.68% | 0.38% | - |
| HSV(B) | 158.18º | 0.81% | 0.64% | - |
| XYZ | 16.76 | 27.72 | 20.69 | - |
| YUV | 118.06 | 126.27 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 115 | 0.81 | 0 | 0.29 | 0.36 | 158.18 | 0.68 | 0.38 |
| Hex | 1F | A3 | 73 | 51 | 0 | 1D | 24 | 9E | 44 | 26 |
| Octal | 37 | 243 | 163 | 121 | 0 | 35 | 44 | 236 | 104 | 46 |
| Binary | 11111 | 10100011 | 1110011 | 1010001 | 0 | 11101 | 100100 | 10011110 | 1000100 | 100110 |
Color Harmonies of #1FA373
Complementary color
Monochromatic Colors of #1FA373
Black with #1FA373
Text Example
Text Example
White with #1FA373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA373; }
p { color: rgb(31,163,115); }
H1.HeaderClassName
{
color: #1FA373;
}
.AnyTagClassName
{
color: #1FA373;
}
</style>
background-color css
<style>
a { background-color: #1FA373; }
a { background-color: rgb(31,163,115); }
div.DivClassName
{
background-color: #1FA373;
}
.BgClassName
{
background-color: #1FA373;
}
</style>
border-color css
<style>
span { border-color: #1FA373; }
span { border-color: rgb(31,163,115); }
td.TdClassName
{
border-color: #1FA373;
}
.TagClassName
{
border-color: #1FA373;
}
</style>