Shades of Jungle Green #1FA07D
Tints of Jungle Green #1FA07D
RGB
CMYK
RGB Variations
Color information
#1FA07D (or 0x1FA07D) is known color: Jungle Green. HEX triplet: 1F, A0 and 7D. RGB value is (31,160,125). Sum of RGB (Red+Green+Blue) = 31+160+125=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA07D is #E05F82. Grayscale: #757575. Windows color (decimal): -14704515 or 8232991. OLE color: 8232991.
HSL color Cylindrical-coordinate representation of color #1FA07D: hue angle of 163.72º 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 #1FA07D is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 125 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.37 |
| HSL | 163.72º | 0.68% | 0.37% | - |
| HSV(B) | 163.72º | 0.81% | 0.63% | - |
| XYZ | 16.84 | 26.91 | 23.71 | - |
| YUV | 117.44 | 132.26 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 125 | 0.81 | 0 | 0.22 | 0.37 | 163.72 | 0.68 | 0.37 |
| Hex | 1F | A0 | 7D | 51 | 0 | 16 | 25 | A4 | 44 | 25 |
| Octal | 37 | 240 | 175 | 121 | 0 | 26 | 45 | 244 | 104 | 45 |
| Binary | 11111 | 10100000 | 1111101 | 1010001 | 0 | 10110 | 100101 | 10100100 | 1000100 | 100101 |
Color Harmonies of #1FA07D
Complementary color
Monochromatic Colors of #1FA07D
Black with #1FA07D
Text Example
Text Example
White with #1FA07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA07D; }
p { color: rgb(31,160,125); }
H1.HeaderClassName
{
color: #1FA07D;
}
.AnyTagClassName
{
color: #1FA07D;
}
</style>
background-color css
<style>
a { background-color: #1FA07D; }
a { background-color: rgb(31,160,125); }
div.DivClassName
{
background-color: #1FA07D;
}
.BgClassName
{
background-color: #1FA07D;
}
</style>
border-color css
<style>
span { border-color: #1FA07D; }
span { border-color: rgb(31,160,125); }
td.TdClassName
{
border-color: #1FA07D;
}
.TagClassName
{
border-color: #1FA07D;
}
</style>