Shades of Eucalyptus #1EA258
Tints of Eucalyptus #1EA258
RGB
CMYK
RGB Variations
Color information
#1EA258 (or 0x1EA258) is known color: Eucalyptus. HEX triplet: 1E, A2 and 58. RGB value is (30,162,88). Sum of RGB (Red+Green+Blue) = 30+162+88=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA258 is #E15DA7. Grayscale: #727272. Windows color (decimal): -14769576 or 5808670. OLE color: 5808670.
HSL color Cylindrical-coordinate representation of color #1EA258: hue angle of 146.36º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA258 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 162 | 88 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.36 |
| HSL | 146.36º | 0.69% | 0.38% | - |
| HSV(B) | 146.36º | 0.81% | 0.64% | - |
| XYZ | 15.22 | 26.82 | 13.61 | - |
| YUV | 114.1 | 113.27 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 88 | 0.81 | 0 | 0.46 | 0.36 | 146.36 | 0.69 | 0.38 |
| Hex | 1E | A2 | 58 | 51 | 0 | 2E | 24 | 92 | 45 | 26 |
| Octal | 36 | 242 | 130 | 121 | 0 | 56 | 44 | 222 | 105 | 46 |
| Binary | 11110 | 10100010 | 1011000 | 1010001 | 0 | 101110 | 100100 | 10010010 | 1000101 | 100110 |
Color Harmonies of #1EA258
Complementary color
Monochromatic Colors of #1EA258
Black with #1EA258
Text Example
Text Example
White with #1EA258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA258; }
p { color: rgb(30,162,88); }
H1.HeaderClassName
{
color: #1EA258;
}
.AnyTagClassName
{
color: #1EA258;
}
</style>
background-color css
<style>
a { background-color: #1EA258; }
a { background-color: rgb(30,162,88); }
div.DivClassName
{
background-color: #1EA258;
}
.BgClassName
{
background-color: #1EA258;
}
</style>
border-color css
<style>
span { border-color: #1EA258; }
span { border-color: rgb(30,162,88); }
td.TdClassName
{
border-color: #1EA258;
}
.TagClassName
{
border-color: #1EA258;
}
</style>