Shades of Eucalyptus #1EA356
Tints of Eucalyptus #1EA356
RGB
CMYK
RGB Variations
Color information
#1EA356 (or 0x1EA356) is known color: Eucalyptus. HEX triplet: 1E, A3 and 56. RGB value is (30,163,86). Sum of RGB (Red+Green+Blue) = 30+163+86=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 163 (64.06% from 255 or 58.42% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA356 is #E15CA9. Grayscale: #727272. Windows color (decimal): -14769322 or 5677854. OLE color: 5677854.
HSL color Cylindrical-coordinate representation of color #1EA356: hue angle of 145.26º 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 #1EA356 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 163 | 86 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.36 |
| HSL | 145.26º | 0.69% | 0.38% | - |
| HSV(B) | 145.26º | 0.82% | 0.64% | - |
| XYZ | 15.31 | 27.14 | 13.24 | - |
| YUV | 114.46 | 111.94 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 86 | 0.82 | 0 | 0.47 | 0.36 | 145.26 | 0.69 | 0.38 |
| Hex | 1E | A3 | 56 | 52 | 0 | 2F | 24 | 91 | 45 | 26 |
| Octal | 36 | 243 | 126 | 122 | 0 | 57 | 44 | 221 | 105 | 46 |
| Binary | 11110 | 10100011 | 1010110 | 1010010 | 0 | 101111 | 100100 | 10010001 | 1000101 | 100110 |
Color Harmonies of #1EA356
Complementary color
Monochromatic Colors of #1EA356
Black with #1EA356
Text Example
Text Example
White with #1EA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA356; }
p { color: rgb(30,163,86); }
H1.HeaderClassName
{
color: #1EA356;
}
.AnyTagClassName
{
color: #1EA356;
}
</style>
background-color css
<style>
a { background-color: #1EA356; }
a { background-color: rgb(30,163,86); }
div.DivClassName
{
background-color: #1EA356;
}
.BgClassName
{
background-color: #1EA356;
}
</style>
border-color css
<style>
span { border-color: #1EA356; }
span { border-color: rgb(30,163,86); }
td.TdClassName
{
border-color: #1EA356;
}
.TagClassName
{
border-color: #1EA356;
}
</style>