Shades of Eucalyptus #1EA355
Tints of Eucalyptus #1EA355
RGB
CMYK
RGB Variations
Color information
#1EA355 (or 0x1EA355) is known color: Eucalyptus. HEX triplet: 1E, A3 and 55. RGB value is (30,163,85). Sum of RGB (Red+Green+Blue) = 30+163+85=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA355 is #E15CAA. Grayscale: #727272. Windows color (decimal): -14769323 or 5612318. OLE color: 5612318.
HSL color Cylindrical-coordinate representation of color #1EA355: hue angle of 144.81º 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 #1EA355 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 163 | 85 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.36 |
| HSL | 144.81º | 0.69% | 0.38% | - |
| HSV(B) | 144.81º | 0.82% | 0.64% | - |
| XYZ | 15.27 | 27.13 | 13.03 | - |
| YUV | 114.34 | 111.44 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 85 | 0.82 | 0 | 0.48 | 0.36 | 144.81 | 0.69 | 0.38 |
| Hex | 1E | A3 | 55 | 52 | 0 | 30 | 24 | 91 | 45 | 26 |
| Octal | 36 | 243 | 125 | 122 | 0 | 60 | 44 | 221 | 105 | 46 |
| Binary | 11110 | 10100011 | 1010101 | 1010010 | 0 | 110000 | 100100 | 10010001 | 1000101 | 100110 |
Color Harmonies of #1EA355
Complementary color
Monochromatic Colors of #1EA355
Black with #1EA355
Text Example
Text Example
White with #1EA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA355; }
p { color: rgb(30,163,85); }
H1.HeaderClassName
{
color: #1EA355;
}
.AnyTagClassName
{
color: #1EA355;
}
</style>
background-color css
<style>
a { background-color: #1EA355; }
a { background-color: rgb(30,163,85); }
div.DivClassName
{
background-color: #1EA355;
}
.BgClassName
{
background-color: #1EA355;
}
</style>
border-color css
<style>
span { border-color: #1EA355; }
span { border-color: rgb(30,163,85); }
td.TdClassName
{
border-color: #1EA355;
}
.TagClassName
{
border-color: #1EA355;
}
</style>