Shades of Eucalyptus #1EA45B
Tints of Eucalyptus #1EA45B
RGB
CMYK
RGB Variations
Color information
#1EA45B (or 0x1EA45B) is known color: Eucalyptus. HEX triplet: 1E, A4 and 5B. RGB value is (30,164,91). Sum of RGB (Red+Green+Blue) = 30+164+91=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 164 (64.45% from 255 or 57.54% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 164 - color contains mainly: green. Hex color #1EA45B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA45B is #E15BA4. Grayscale: #737373. Windows color (decimal): -14769061 or 6005790. OLE color: 6005790.
HSL color Cylindrical-coordinate representation of color #1EA45B: hue angle of 147.31º 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 #1EA45B is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 164 | 91 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.36 |
| HSL | 147.31º | 0.69% | 0.38% | - |
| HSV(B) | 147.31º | 0.82% | 0.64% | - |
| XYZ | 15.7 | 27.58 | 14.39 | - |
| YUV | 115.61 | 114.11 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 164 | 91 | 0.82 | 0 | 0.45 | 0.36 | 147.31 | 0.69 | 0.38 |
| Hex | 1E | A4 | 5B | 52 | 0 | 2D | 24 | 93 | 45 | 26 |
| Octal | 36 | 244 | 133 | 122 | 0 | 55 | 44 | 223 | 105 | 46 |
| Binary | 11110 | 10100100 | 1011011 | 1010010 | 0 | 101101 | 100100 | 10010011 | 1000101 | 100110 |
Color Harmonies of #1EA45B
Complementary color
Monochromatic Colors of #1EA45B
Black with #1EA45B
Text Example
Text Example
White with #1EA45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA45B; }
p { color: rgb(30,164,91); }
H1.HeaderClassName
{
color: #1EA45B;
}
.AnyTagClassName
{
color: #1EA45B;
}
</style>
background-color css
<style>
a { background-color: #1EA45B; }
a { background-color: rgb(30,164,91); }
div.DivClassName
{
background-color: #1EA45B;
}
.BgClassName
{
background-color: #1EA45B;
}
</style>
border-color css
<style>
span { border-color: #1EA45B; }
span { border-color: rgb(30,164,91); }
td.TdClassName
{
border-color: #1EA45B;
}
.TagClassName
{
border-color: #1EA45B;
}
</style>