Shades of Eucalyptus #1EA652
Tints of Eucalyptus #1EA652
RGB
CMYK
RGB Variations
Color information
#1EA652 (or 0x1EA652) is known color: Eucalyptus. HEX triplet: 1E, A6 and 52. RGB value is (30,166,82). Sum of RGB (Red+Green+Blue) = 30+166+82=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA652 is #E159AD. Grayscale: #737373. Windows color (decimal): -14768558 or 5416478. OLE color: 5416478.
HSL color Cylindrical-coordinate representation of color #1EA652: hue angle of 142.94º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA652 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 166 | 82 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.35 |
| HSL | 142.94º | 0.69% | 0.38% | - |
| HSV(B) | 142.94º | 0.82% | 0.65% | - |
| XYZ | 15.69 | 28.16 | 12.59 | - |
| YUV | 115.76 | 108.94 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 166 | 82 | 0.82 | 0 | 0.51 | 0.35 | 142.94 | 0.69 | 0.38 |
| Hex | 1E | A6 | 52 | 52 | 0 | 33 | 23 | 8F | 45 | 26 |
| Octal | 36 | 246 | 122 | 122 | 0 | 63 | 43 | 217 | 105 | 46 |
| Binary | 11110 | 10100110 | 1010010 | 1010010 | 0 | 110011 | 100011 | 10001111 | 1000101 | 100110 |
Color Harmonies of #1EA652
Complementary color
Monochromatic Colors of #1EA652
Black with #1EA652
Text Example
Text Example
White with #1EA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA652; }
p { color: rgb(30,166,82); }
H1.HeaderClassName
{
color: #1EA652;
}
.AnyTagClassName
{
color: #1EA652;
}
</style>
background-color css
<style>
a { background-color: #1EA652; }
a { background-color: rgb(30,166,82); }
div.DivClassName
{
background-color: #1EA652;
}
.BgClassName
{
background-color: #1EA652;
}
</style>
border-color css
<style>
span { border-color: #1EA652; }
span { border-color: rgb(30,166,82); }
td.TdClassName
{
border-color: #1EA652;
}
.TagClassName
{
border-color: #1EA652;
}
</style>