Shades of Eucalyptus #1EA052
Tints of Eucalyptus #1EA052
RGB
CMYK
RGB Variations
Color information
#1EA052 (or 0x1EA052) is known color: Eucalyptus. HEX triplet: 1E, A0 and 52. RGB value is (30,160,82). Sum of RGB (Red+Green+Blue) = 30+160+82=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 160 (62.89% from 255 or 58.82% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA052 is #E15FAD. Grayscale: #707070. Windows color (decimal): -14770094 or 5414942. OLE color: 5414942.
HSL color Cylindrical-coordinate representation of color #1EA052: hue angle of 144º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA052 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 160 | 82 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.37 |
| HSL | 144º | 0.68% | 0.37% | - |
| HSV(B) | 144º | 0.81% | 0.63% | - |
| XYZ | 14.63 | 26.03 | 12.24 | - |
| YUV | 112.24 | 110.93 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 160 | 82 | 0.81 | 0 | 0.49 | 0.37 | 144 | 0.68 | 0.37 |
| Hex | 1E | A0 | 52 | 51 | 0 | 31 | 25 | 90 | 44 | 25 |
| Octal | 36 | 240 | 122 | 121 | 0 | 61 | 45 | 220 | 104 | 45 |
| Binary | 11110 | 10100000 | 1010010 | 1010001 | 0 | 110001 | 100101 | 10010000 | 1000100 | 100101 |
Color Harmonies of #1EA052
Complementary color
Monochromatic Colors of #1EA052
Black with #1EA052
Text Example
Text Example
White with #1EA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA052; }
p { color: rgb(30,160,82); }
H1.HeaderClassName
{
color: #1EA052;
}
.AnyTagClassName
{
color: #1EA052;
}
</style>
background-color css
<style>
a { background-color: #1EA052; }
a { background-color: rgb(30,160,82); }
div.DivClassName
{
background-color: #1EA052;
}
.BgClassName
{
background-color: #1EA052;
}
</style>
border-color css
<style>
span { border-color: #1EA052; }
span { border-color: rgb(30,160,82); }
td.TdClassName
{
border-color: #1EA052;
}
.TagClassName
{
border-color: #1EA052;
}
</style>