Shades of Eucalyptus #1EA067
Tints of Eucalyptus #1EA067
RGB
CMYK
RGB Variations
Color information
#1EA067 (or 0x1EA067) is known color: Eucalyptus. HEX triplet: 1E, A0 and 67. RGB value is (30,160,103). Sum of RGB (Red+Green+Blue) = 30+160+103=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA067 is #E15F98. Grayscale: #727272. Windows color (decimal): -14770073 or 6791198. OLE color: 6791198.
HSL color Cylindrical-coordinate representation of color #1EA067: hue angle of 153.69º 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 #1EA067 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 160 | 103 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.37 |
| HSL | 153.69º | 0.68% | 0.37% | - |
| HSV(B) | 153.69º | 0.81% | 0.63% | - |
| XYZ | 15.55 | 26.4 | 17.11 | - |
| YUV | 114.63 | 121.43 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 160 | 103 | 0.81 | 0 | 0.36 | 0.37 | 153.69 | 0.68 | 0.37 |
| Hex | 1E | A0 | 67 | 51 | 0 | 24 | 25 | 9A | 44 | 25 |
| Octal | 36 | 240 | 147 | 121 | 0 | 44 | 45 | 232 | 104 | 45 |
| Binary | 11110 | 10100000 | 1100111 | 1010001 | 0 | 100100 | 100101 | 10011010 | 1000100 | 100101 |
Color Harmonies of #1EA067
Complementary color
Monochromatic Colors of #1EA067
Black with #1EA067
Text Example
Text Example
White with #1EA067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA067; }
p { color: rgb(30,160,103); }
H1.HeaderClassName
{
color: #1EA067;
}
.AnyTagClassName
{
color: #1EA067;
}
</style>
background-color css
<style>
a { background-color: #1EA067; }
a { background-color: rgb(30,160,103); }
div.DivClassName
{
background-color: #1EA067;
}
.BgClassName
{
background-color: #1EA067;
}
</style>
border-color css
<style>
span { border-color: #1EA067; }
span { border-color: rgb(30,160,103); }
td.TdClassName
{
border-color: #1EA067;
}
.TagClassName
{
border-color: #1EA067;
}
</style>