Shades of Eucalyptus #1FA550
Tints of Eucalyptus #1FA550
RGB
CMYK
RGB Variations
Color information
#1FA550 (or 0x1FA550) is known color: Eucalyptus. HEX triplet: 1F, A5 and 50. RGB value is (31,165,80). Sum of RGB (Red+Green+Blue) = 31+165+80=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA550 is #E05AAF. Grayscale: #737373. Windows color (decimal): -14703280 or 5285151. OLE color: 5285151.
HSL color Cylindrical-coordinate representation of color #1FA550: hue angle of 141.94º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA550 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 165 | 80 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.35 |
| HSL | 141.94º | 0.68% | 0.38% | - |
| HSV(B) | 141.94º | 0.81% | 0.65% | - |
| XYZ | 15.47 | 27.78 | 12.14 | - |
| YUV | 115.24 | 108.11 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 80 | 0.81 | 0 | 0.52 | 0.35 | 141.94 | 0.68 | 0.38 |
| Hex | 1F | A5 | 50 | 51 | 0 | 34 | 23 | 8E | 44 | 26 |
| Octal | 37 | 245 | 120 | 121 | 0 | 64 | 43 | 216 | 104 | 46 |
| Binary | 11111 | 10100101 | 1010000 | 1010001 | 0 | 110100 | 100011 | 10001110 | 1000100 | 100110 |
Color Harmonies of #1FA550
Complementary color
Monochromatic Colors of #1FA550
Black with #1FA550
Text Example
Text Example
White with #1FA550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA550; }
p { color: rgb(31,165,80); }
H1.HeaderClassName
{
color: #1FA550;
}
.AnyTagClassName
{
color: #1FA550;
}
</style>
background-color css
<style>
a { background-color: #1FA550; }
a { background-color: rgb(31,165,80); }
div.DivClassName
{
background-color: #1FA550;
}
.BgClassName
{
background-color: #1FA550;
}
</style>
border-color css
<style>
span { border-color: #1FA550; }
span { border-color: rgb(31,165,80); }
td.TdClassName
{
border-color: #1FA550;
}
.TagClassName
{
border-color: #1FA550;
}
</style>