Shades of Jungle Green #1FA07B
Tints of Jungle Green #1FA07B
RGB
CMYK
RGB Variations
Color information
#1FA07B (or 0x1FA07B) is known color: Jungle Green. HEX triplet: 1F, A0 and 7B. RGB value is (31,160,123). Sum of RGB (Red+Green+Blue) = 31+160+123=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA07B is #E05F84. Grayscale: #757575. Windows color (decimal): -14704517 or 8101919. OLE color: 8101919.
HSL color Cylindrical-coordinate representation of color #1FA07B: hue angle of 162.79º 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 #1FA07B is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 123 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.37 |
| HSL | 162.79º | 0.68% | 0.37% | - |
| HSV(B) | 162.79º | 0.81% | 0.63% | - |
| XYZ | 16.71 | 26.86 | 23.04 | - |
| YUV | 117.21 | 131.26 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 123 | 0.81 | 0 | 0.23 | 0.37 | 162.79 | 0.68 | 0.37 |
| Hex | 1F | A0 | 7B | 51 | 0 | 17 | 25 | A3 | 44 | 25 |
| Octal | 37 | 240 | 173 | 121 | 0 | 27 | 45 | 243 | 104 | 45 |
| Binary | 11111 | 10100000 | 1111011 | 1010001 | 0 | 10111 | 100101 | 10100011 | 1000100 | 100101 |
Color Harmonies of #1FA07B
Complementary color
Monochromatic Colors of #1FA07B
Black with #1FA07B
Text Example
Text Example
White with #1FA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA07B; }
p { color: rgb(31,160,123); }
H1.HeaderClassName
{
color: #1FA07B;
}
.AnyTagClassName
{
color: #1FA07B;
}
</style>
background-color css
<style>
a { background-color: #1FA07B; }
a { background-color: rgb(31,160,123); }
div.DivClassName
{
background-color: #1FA07B;
}
.BgClassName
{
background-color: #1FA07B;
}
</style>
border-color css
<style>
span { border-color: #1FA07B; }
span { border-color: rgb(31,160,123); }
td.TdClassName
{
border-color: #1FA07B;
}
.TagClassName
{
border-color: #1FA07B;
}
</style>