Shades of Eucalyptus #1EA068
Tints of Eucalyptus #1EA068
RGB
CMYK
RGB Variations
Color information
#1EA068 (or 0x1EA068) is known color: Eucalyptus. HEX triplet: 1E, A0 and 68. RGB value is (30,160,104). Sum of RGB (Red+Green+Blue) = 30+160+104=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA068 is #E15F97. Grayscale: #727272. Windows color (decimal): -14770072 or 6856734. OLE color: 6856734.
HSL color Cylindrical-coordinate representation of color #1EA068: hue angle of 154.15º 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 #1EA068 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 160 | 104 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.37 |
| HSL | 154.15º | 0.68% | 0.37% | - |
| HSV(B) | 154.15º | 0.81% | 0.63% | - |
| XYZ | 15.6 | 26.42 | 17.37 | - |
| YUV | 114.75 | 121.93 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 160 | 104 | 0.81 | 0 | 0.35 | 0.37 | 154.15 | 0.68 | 0.37 |
| Hex | 1E | A0 | 68 | 51 | 0 | 23 | 25 | 9A | 44 | 25 |
| Octal | 36 | 240 | 150 | 121 | 0 | 43 | 45 | 232 | 104 | 45 |
| Binary | 11110 | 10100000 | 1101000 | 1010001 | 0 | 100011 | 100101 | 10011010 | 1000100 | 100101 |
Color Harmonies of #1EA068
Complementary color
Monochromatic Colors of #1EA068
Black with #1EA068
Text Example
Text Example
White with #1EA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA068; }
p { color: rgb(30,160,104); }
H1.HeaderClassName
{
color: #1EA068;
}
.AnyTagClassName
{
color: #1EA068;
}
</style>
background-color css
<style>
a { background-color: #1EA068; }
a { background-color: rgb(30,160,104); }
div.DivClassName
{
background-color: #1EA068;
}
.BgClassName
{
background-color: #1EA068;
}
</style>
border-color css
<style>
span { border-color: #1EA068; }
span { border-color: rgb(30,160,104); }
td.TdClassName
{
border-color: #1EA068;
}
.TagClassName
{
border-color: #1EA068;
}
</style>