Shades of Eucalyptus #1EA766
Tints of Eucalyptus #1EA766
RGB
CMYK
RGB Variations
Color information
#1EA766 (or 0x1EA766) is known color: Eucalyptus. HEX triplet: 1E, A7 and 66. RGB value is (30,167,102). Sum of RGB (Red+Green+Blue) = 30+167+102=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 167 (65.62% from 255 or 55.85% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 167 - color contains mainly: green. Hex color #1EA766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA766 is #E15899. Grayscale: #767676. Windows color (decimal): -14768282 or 6727454. OLE color: 6727454.
HSL color Cylindrical-coordinate representation of color #1EA766: hue angle of 151.53º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA766 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 167 | 102 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.35 |
| HSL | 151.53º | 0.7% | 0.39% | - |
| HSV(B) | 151.53º | 0.82% | 0.65% | - |
| XYZ | 16.75 | 28.87 | 17.26 | - |
| YUV | 118.63 | 118.61 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 167 | 102 | 0.82 | 0 | 0.39 | 0.35 | 151.53 | 0.7 | 0.39 |
| Hex | 1E | A7 | 66 | 52 | 0 | 27 | 23 | 98 | 46 | 27 |
| Octal | 36 | 247 | 146 | 122 | 0 | 47 | 43 | 230 | 106 | 47 |
| Binary | 11110 | 10100111 | 1100110 | 1010010 | 0 | 100111 | 100011 | 10011000 | 1000110 | 100111 |
Color Harmonies of #1EA766
Complementary color
Monochromatic Colors of #1EA766
Black with #1EA766
Text Example
Text Example
White with #1EA766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA766; }
p { color: rgb(30,167,102); }
H1.HeaderClassName
{
color: #1EA766;
}
.AnyTagClassName
{
color: #1EA766;
}
</style>
background-color css
<style>
a { background-color: #1EA766; }
a { background-color: rgb(30,167,102); }
div.DivClassName
{
background-color: #1EA766;
}
.BgClassName
{
background-color: #1EA766;
}
</style>
border-color css
<style>
span { border-color: #1EA766; }
span { border-color: rgb(30,167,102); }
td.TdClassName
{
border-color: #1EA766;
}
.TagClassName
{
border-color: #1EA766;
}
</style>