Shades of Eucalyptus #1FA355
Tints of Eucalyptus #1FA355
RGB
CMYK
RGB Variations
Color information
#1FA355 (or 0x1FA355) is known color: Eucalyptus. HEX triplet: 1F, A3 and 55. RGB value is (31,163,85). Sum of RGB (Red+Green+Blue) = 31+163+85=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 163 (64.06% from 255 or 58.42% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA355 is #E05CAA. Grayscale: #727272. Windows color (decimal): -14703787 or 5612319. OLE color: 5612319.
HSL color Cylindrical-coordinate representation of color #1FA355: hue angle of 144.55º 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 #1FA355 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 163 | 85 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.36 |
| HSL | 144.55º | 0.68% | 0.38% | - |
| HSV(B) | 144.55º | 0.81% | 0.64% | - |
| XYZ | 15.3 | 27.14 | 13.03 | - |
| YUV | 114.64 | 111.27 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 85 | 0.81 | 0 | 0.48 | 0.36 | 144.55 | 0.68 | 0.38 |
| Hex | 1F | A3 | 55 | 51 | 0 | 30 | 24 | 91 | 44 | 26 |
| Octal | 37 | 243 | 125 | 121 | 0 | 60 | 44 | 221 | 104 | 46 |
| Binary | 11111 | 10100011 | 1010101 | 1010001 | 0 | 110000 | 100100 | 10010001 | 1000100 | 100110 |
Color Harmonies of #1FA355
Complementary color
Monochromatic Colors of #1FA355
Black with #1FA355
Text Example
Text Example
White with #1FA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA355; }
p { color: rgb(31,163,85); }
H1.HeaderClassName
{
color: #1FA355;
}
.AnyTagClassName
{
color: #1FA355;
}
</style>
background-color css
<style>
a { background-color: #1FA355; }
a { background-color: rgb(31,163,85); }
div.DivClassName
{
background-color: #1FA355;
}
.BgClassName
{
background-color: #1FA355;
}
</style>
border-color css
<style>
span { border-color: #1FA355; }
span { border-color: rgb(31,163,85); }
td.TdClassName
{
border-color: #1FA355;
}
.TagClassName
{
border-color: #1FA355;
}
</style>