Shades of Eucalyptus #1EA255
Tints of Eucalyptus #1EA255
RGB
CMYK
RGB Variations
Color information
#1EA255 (or 0x1EA255) is known color: Eucalyptus. HEX triplet: 1E, A2 and 55. RGB value is (30,162,85). Sum of RGB (Red+Green+Blue) = 30+162+85=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA255 is #E15DAA. Grayscale: #717171. Windows color (decimal): -14769579 or 5612062. OLE color: 5612062.
HSL color Cylindrical-coordinate representation of color #1EA255: hue angle of 145º 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 #1EA255 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 162 | 85 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.36 |
| HSL | 145º | 0.69% | 0.38% | - |
| HSV(B) | 145º | 0.81% | 0.64% | - |
| XYZ | 15.1 | 26.77 | 12.97 | - |
| YUV | 113.75 | 111.77 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 85 | 0.81 | 0 | 0.48 | 0.36 | 145 | 0.69 | 0.38 |
| Hex | 1E | A2 | 55 | 51 | 0 | 30 | 24 | 91 | 45 | 26 |
| Octal | 36 | 242 | 125 | 121 | 0 | 60 | 44 | 221 | 105 | 46 |
| Binary | 11110 | 10100010 | 1010101 | 1010001 | 0 | 110000 | 100100 | 10010001 | 1000101 | 100110 |
Color Harmonies of #1EA255
Complementary color
Monochromatic Colors of #1EA255
Black with #1EA255
Text Example
Text Example
White with #1EA255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA255; }
p { color: rgb(30,162,85); }
H1.HeaderClassName
{
color: #1EA255;
}
.AnyTagClassName
{
color: #1EA255;
}
</style>
background-color css
<style>
a { background-color: #1EA255; }
a { background-color: rgb(30,162,85); }
div.DivClassName
{
background-color: #1EA255;
}
.BgClassName
{
background-color: #1EA255;
}
</style>
border-color css
<style>
span { border-color: #1EA255; }
span { border-color: rgb(30,162,85); }
td.TdClassName
{
border-color: #1EA255;
}
.TagClassName
{
border-color: #1EA255;
}
</style>