Shades of Eucalyptus #1FA060
Tints of Eucalyptus #1FA060
RGB
CMYK
RGB Variations
Color information
#1FA060 (or 0x1FA060) is known color: Eucalyptus. HEX triplet: 1F, A0 and 60. RGB value is (31,160,96). Sum of RGB (Red+Green+Blue) = 31+160+96=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA060 is #E05F9F. Grayscale: #727272. Windows color (decimal): -14704544 or 6332447. OLE color: 6332447.
HSL color Cylindrical-coordinate representation of color #1FA060: hue angle of 150.23º 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 #1FA060 is Cyan = 0.81, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 96 | - |
| CMYK | 0.81 | 0 | 0.4 | 0.37 |
| HSL | 150.23º | 0.68% | 0.37% | - |
| HSV(B) | 150.23º | 0.81% | 0.63% | - |
| XYZ | 15.25 | 26.28 | 15.33 | - |
| YUV | 114.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 96 | 0.81 | 0 | 0.4 | 0.37 | 150.23 | 0.68 | 0.37 |
| Hex | 1F | A0 | 60 | 51 | 0 | 28 | 25 | 96 | 44 | 25 |
| Octal | 37 | 240 | 140 | 121 | 0 | 50 | 45 | 226 | 104 | 45 |
| Binary | 11111 | 10100000 | 1100000 | 1010001 | 0 | 101000 | 100101 | 10010110 | 1000100 | 100101 |
Color Harmonies of #1FA060
Complementary color
Monochromatic Colors of #1FA060
Black with #1FA060
Text Example
Text Example
White with #1FA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA060; }
p { color: rgb(31,160,96); }
H1.HeaderClassName
{
color: #1FA060;
}
.AnyTagClassName
{
color: #1FA060;
}
</style>
background-color css
<style>
a { background-color: #1FA060; }
a { background-color: rgb(31,160,96); }
div.DivClassName
{
background-color: #1FA060;
}
.BgClassName
{
background-color: #1FA060;
}
</style>
border-color css
<style>
span { border-color: #1FA060; }
span { border-color: rgb(31,160,96); }
td.TdClassName
{
border-color: #1FA060;
}
.TagClassName
{
border-color: #1FA060;
}
</style>