Shades of Eucalyptus #1FA860
Tints of Eucalyptus #1FA860
RGB
CMYK
RGB Variations
Color information
#1FA860 (or 0x1FA860) is known color: Eucalyptus. HEX triplet: 1F, A8 and 60. RGB value is (31,168,96). Sum of RGB (Red+Green+Blue) = 31+168+96=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA860 is #E0579F. Grayscale: #767676. Windows color (decimal): -14702496 or 6334495. OLE color: 6334495.
HSL color Cylindrical-coordinate representation of color #1FA860: hue angle of 148.47º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA860 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 168 | 96 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.34 |
| HSL | 148.47º | 0.69% | 0.39% | - |
| HSV(B) | 148.47º | 0.82% | 0.66% | - |
| XYZ | 16.68 | 29.14 | 15.81 | - |
| YUV | 118.83 | 115.11 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 96 | 0.82 | 0 | 0.43 | 0.34 | 148.47 | 0.69 | 0.39 |
| Hex | 1F | A8 | 60 | 52 | 0 | 2B | 22 | 94 | 45 | 27 |
| Octal | 37 | 250 | 140 | 122 | 0 | 53 | 42 | 224 | 105 | 47 |
| Binary | 11111 | 10101000 | 1100000 | 1010010 | 0 | 101011 | 100010 | 10010100 | 1000101 | 100111 |
Color Harmonies of #1FA860
Complementary color
Monochromatic Colors of #1FA860
Black with #1FA860
Text Example
Text Example
White with #1FA860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA860; }
p { color: rgb(31,168,96); }
H1.HeaderClassName
{
color: #1FA860;
}
.AnyTagClassName
{
color: #1FA860;
}
</style>
background-color css
<style>
a { background-color: #1FA860; }
a { background-color: rgb(31,168,96); }
div.DivClassName
{
background-color: #1FA860;
}
.BgClassName
{
background-color: #1FA860;
}
</style>
border-color css
<style>
span { border-color: #1FA860; }
span { border-color: rgb(31,168,96); }
td.TdClassName
{
border-color: #1FA860;
}
.TagClassName
{
border-color: #1FA860;
}
</style>