Shades of Eucalyptus #1EA155
Tints of Eucalyptus #1EA155
RGB
CMYK
RGB Variations
Color information
#1EA155 (or 0x1EA155) is known color: Eucalyptus. HEX triplet: 1E, A1 and 55. RGB value is (30,161,85). Sum of RGB (Red+Green+Blue) = 30+161+85=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA155 is #E15EAA. Grayscale: #717171. Windows color (decimal): -14769835 or 5611806. OLE color: 5611806.
HSL color Cylindrical-coordinate representation of color #1EA155: hue angle of 145.19º degrees, saturation: 0.69, 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 #1EA155 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 161 | 85 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.37 |
| HSL | 145.19º | 0.69% | 0.37% | - |
| HSV(B) | 145.19º | 0.81% | 0.63% | - |
| XYZ | 14.92 | 26.42 | 12.91 | - |
| YUV | 113.17 | 112.1 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 161 | 85 | 0.81 | 0 | 0.47 | 0.37 | 145.19 | 0.69 | 0.37 |
| Hex | 1E | A1 | 55 | 51 | 0 | 2F | 25 | 91 | 45 | 25 |
| Octal | 36 | 241 | 125 | 121 | 0 | 57 | 45 | 221 | 105 | 45 |
| Binary | 11110 | 10100001 | 1010101 | 1010001 | 0 | 101111 | 100101 | 10010001 | 1000101 | 100101 |
Color Harmonies of #1EA155
Complementary color
Monochromatic Colors of #1EA155
Black with #1EA155
Text Example
Text Example
White with #1EA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA155; }
p { color: rgb(30,161,85); }
H1.HeaderClassName
{
color: #1EA155;
}
.AnyTagClassName
{
color: #1EA155;
}
</style>
background-color css
<style>
a { background-color: #1EA155; }
a { background-color: rgb(30,161,85); }
div.DivClassName
{
background-color: #1EA155;
}
.BgClassName
{
background-color: #1EA155;
}
</style>
border-color css
<style>
span { border-color: #1EA155; }
span { border-color: rgb(30,161,85); }
td.TdClassName
{
border-color: #1EA155;
}
.TagClassName
{
border-color: #1EA155;
}
</style>