Shades of Eucalyptus #1FA054
Tints of Eucalyptus #1FA054
RGB
CMYK
RGB Variations
Color information
#1FA054 (or 0x1FA054) is known color: Eucalyptus. HEX triplet: 1F, A0 and 54. RGB value is (31,160,84). Sum of RGB (Red+Green+Blue) = 31+160+84=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 160 (62.89% from 255 or 58.18% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA054 is #E05FAB. Grayscale: #707070. Windows color (decimal): -14704556 or 5546015. OLE color: 5546015.
HSL color Cylindrical-coordinate representation of color #1FA054: hue angle of 144.65º 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 #1FA054 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 84 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.37 |
| HSL | 144.65º | 0.68% | 0.37% | - |
| HSV(B) | 144.65º | 0.81% | 0.63% | - |
| XYZ | 14.74 | 26.07 | 12.64 | - |
| YUV | 112.77 | 111.76 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 84 | 0.81 | 0 | 0.48 | 0.37 | 144.65 | 0.68 | 0.37 |
| Hex | 1F | A0 | 54 | 51 | 0 | 30 | 25 | 91 | 44 | 25 |
| Octal | 37 | 240 | 124 | 121 | 0 | 60 | 45 | 221 | 104 | 45 |
| Binary | 11111 | 10100000 | 1010100 | 1010001 | 0 | 110000 | 100101 | 10010001 | 1000100 | 100101 |
Color Harmonies of #1FA054
Complementary color
Monochromatic Colors of #1FA054
Black with #1FA054
Text Example
Text Example
White with #1FA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA054; }
p { color: rgb(31,160,84); }
H1.HeaderClassName
{
color: #1FA054;
}
.AnyTagClassName
{
color: #1FA054;
}
</style>
background-color css
<style>
a { background-color: #1FA054; }
a { background-color: rgb(31,160,84); }
div.DivClassName
{
background-color: #1FA054;
}
.BgClassName
{
background-color: #1FA054;
}
</style>
border-color css
<style>
span { border-color: #1FA054; }
span { border-color: rgb(31,160,84); }
td.TdClassName
{
border-color: #1FA054;
}
.TagClassName
{
border-color: #1FA054;
}
</style>