Shades of Eucalyptus #1EA458
Tints of Eucalyptus #1EA458
RGB
CMYK
RGB Variations
Color information
#1EA458 (or 0x1EA458) is known color: Eucalyptus. HEX triplet: 1E, A4 and 58. RGB value is (30,164,88). Sum of RGB (Red+Green+Blue) = 30+164+88=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 164 (64.45% from 255 or 58.16% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 164 - color contains mainly: green. Hex color #1EA458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA458 is #E15BA7. Grayscale: #737373. Windows color (decimal): -14769064 or 5809182. OLE color: 5809182.
HSL color Cylindrical-coordinate representation of color #1EA458: hue angle of 145.97º 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 #1EA458 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 164 | 88 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.36 |
| HSL | 145.97º | 0.69% | 0.38% | - |
| HSV(B) | 145.97º | 0.82% | 0.64% | - |
| XYZ | 15.57 | 27.53 | 13.73 | - |
| YUV | 115.27 | 112.61 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 164 | 88 | 0.82 | 0 | 0.46 | 0.36 | 145.97 | 0.69 | 0.38 |
| Hex | 1E | A4 | 58 | 52 | 0 | 2E | 24 | 92 | 45 | 26 |
| Octal | 36 | 244 | 130 | 122 | 0 | 56 | 44 | 222 | 105 | 46 |
| Binary | 11110 | 10100100 | 1011000 | 1010010 | 0 | 101110 | 100100 | 10010010 | 1000101 | 100110 |
Color Harmonies of #1EA458
Complementary color
Monochromatic Colors of #1EA458
Black with #1EA458
Text Example
Text Example
White with #1EA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA458; }
p { color: rgb(30,164,88); }
H1.HeaderClassName
{
color: #1EA458;
}
.AnyTagClassName
{
color: #1EA458;
}
</style>
background-color css
<style>
a { background-color: #1EA458; }
a { background-color: rgb(30,164,88); }
div.DivClassName
{
background-color: #1EA458;
}
.BgClassName
{
background-color: #1EA458;
}
</style>
border-color css
<style>
span { border-color: #1EA458; }
span { border-color: rgb(30,164,88); }
td.TdClassName
{
border-color: #1EA458;
}
.TagClassName
{
border-color: #1EA458;
}
</style>