Shades of Jungle Green #1FA27E
Tints of Jungle Green #1FA27E
RGB
CMYK
RGB Variations
Color information
#1FA27E (or 0x1FA27E) is known color: Jungle Green. HEX triplet: 1F, A2 and 7E. RGB value is (31,162,126). Sum of RGB (Red+Green+Blue) = 31+162+126=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA27E is #E05D81. Grayscale: #767676. Windows color (decimal): -14704002 or 8299039. OLE color: 8299039.
HSL color Cylindrical-coordinate representation of color #1FA27E: hue angle of 163.51º 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 #1FA27E is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 162 | 126 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.36 |
| HSL | 163.51º | 0.68% | 0.38% | - |
| HSV(B) | 163.51º | 0.81% | 0.64% | - |
| XYZ | 17.25 | 27.64 | 24.16 | - |
| YUV | 118.73 | 132.1 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 126 | 0.81 | 0 | 0.22 | 0.36 | 163.51 | 0.68 | 0.38 |
| Hex | 1F | A2 | 7E | 51 | 0 | 16 | 24 | A4 | 44 | 26 |
| Octal | 37 | 242 | 176 | 121 | 0 | 26 | 44 | 244 | 104 | 46 |
| Binary | 11111 | 10100010 | 1111110 | 1010001 | 0 | 10110 | 100100 | 10100100 | 1000100 | 100110 |
Color Harmonies of #1FA27E
Complementary color
Monochromatic Colors of #1FA27E
Black with #1FA27E
Text Example
Text Example
White with #1FA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA27E; }
p { color: rgb(31,162,126); }
H1.HeaderClassName
{
color: #1FA27E;
}
.AnyTagClassName
{
color: #1FA27E;
}
</style>
background-color css
<style>
a { background-color: #1FA27E; }
a { background-color: rgb(31,162,126); }
div.DivClassName
{
background-color: #1FA27E;
}
.BgClassName
{
background-color: #1FA27E;
}
</style>
border-color css
<style>
span { border-color: #1FA27E; }
span { border-color: rgb(31,162,126); }
td.TdClassName
{
border-color: #1FA27E;
}
.TagClassName
{
border-color: #1FA27E;
}
</style>