Shades of Eucalyptus #1EA350
Tints of Eucalyptus #1EA350
RGB
CMYK
RGB Variations
Color information
#1EA350 (or 0x1EA350) is known color: Eucalyptus. HEX triplet: 1E, A3 and 50. RGB value is (30,163,80). Sum of RGB (Red+Green+Blue) = 30+163+80=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA350 is #E15CAF. Grayscale: #717171. Windows color (decimal): -14769328 or 5284638. OLE color: 5284638.
HSL color Cylindrical-coordinate representation of color #1EA350: hue angle of 142.56º 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 #1EA350 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 163 | 80 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.36 |
| HSL | 142.56º | 0.69% | 0.38% | - |
| HSV(B) | 142.56º | 0.82% | 0.64% | - |
| XYZ | 15.08 | 27.05 | 12.02 | - |
| YUV | 113.77 | 108.94 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 80 | 0.82 | 0 | 0.51 | 0.36 | 142.56 | 0.69 | 0.38 |
| Hex | 1E | A3 | 50 | 52 | 0 | 33 | 24 | 8F | 45 | 26 |
| Octal | 36 | 243 | 120 | 122 | 0 | 63 | 44 | 217 | 105 | 46 |
| Binary | 11110 | 10100011 | 1010000 | 1010010 | 0 | 110011 | 100100 | 10001111 | 1000101 | 100110 |
Color Harmonies of #1EA350
Complementary color
Monochromatic Colors of #1EA350
Black with #1EA350
Text Example
Text Example
White with #1EA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA350; }
p { color: rgb(30,163,80); }
H1.HeaderClassName
{
color: #1EA350;
}
.AnyTagClassName
{
color: #1EA350;
}
</style>
background-color css
<style>
a { background-color: #1EA350; }
a { background-color: rgb(30,163,80); }
div.DivClassName
{
background-color: #1EA350;
}
.BgClassName
{
background-color: #1EA350;
}
</style>
border-color css
<style>
span { border-color: #1EA350; }
span { border-color: rgb(30,163,80); }
td.TdClassName
{
border-color: #1EA350;
}
.TagClassName
{
border-color: #1EA350;
}
</style>