Shades of Eucalyptus #1EA366
Tints of Eucalyptus #1EA366
RGB
CMYK
RGB Variations
Color information
#1EA366 (or 0x1EA366) is known color: Eucalyptus. HEX triplet: 1E, A3 and 66. RGB value is (30,163,102). Sum of RGB (Red+Green+Blue) = 30+163+102=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA366 is #E15C99. Grayscale: #747474. Windows color (decimal): -14769306 or 6726430. OLE color: 6726430.
HSL color Cylindrical-coordinate representation of color #1EA366: hue angle of 152.48º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA366 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 163 | 102 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.36 |
| HSL | 152.48º | 0.69% | 0.38% | - |
| HSV(B) | 152.48º | 0.82% | 0.64% | - |
| XYZ | 16.03 | 27.43 | 17.02 | - |
| YUV | 116.28 | 119.94 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 102 | 0.82 | 0 | 0.37 | 0.36 | 152.48 | 0.69 | 0.38 |
| Hex | 1E | A3 | 66 | 52 | 0 | 25 | 24 | 98 | 45 | 26 |
| Octal | 36 | 243 | 146 | 122 | 0 | 45 | 44 | 230 | 105 | 46 |
| Binary | 11110 | 10100011 | 1100110 | 1010010 | 0 | 100101 | 100100 | 10011000 | 1000101 | 100110 |
Color Harmonies of #1EA366
Complementary color
Monochromatic Colors of #1EA366
Black with #1EA366
Text Example
Text Example
White with #1EA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA366; }
p { color: rgb(30,163,102); }
H1.HeaderClassName
{
color: #1EA366;
}
.AnyTagClassName
{
color: #1EA366;
}
</style>
background-color css
<style>
a { background-color: #1EA366; }
a { background-color: rgb(30,163,102); }
div.DivClassName
{
background-color: #1EA366;
}
.BgClassName
{
background-color: #1EA366;
}
</style>
border-color css
<style>
span { border-color: #1EA366; }
span { border-color: rgb(30,163,102); }
td.TdClassName
{
border-color: #1EA366;
}
.TagClassName
{
border-color: #1EA366;
}
</style>