Shades of Eucalyptus #1EAA5E
Tints of Eucalyptus #1EAA5E
RGB
CMYK
RGB Variations
Color information
#1EAA5E (or 0x1EAA5E) is known color: Eucalyptus. HEX triplet: 1E, AA and 5E. RGB value is (30,170,94). Sum of RGB (Red+Green+Blue) = 30+170+94=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAA5E is #E155A1. Grayscale: #777777. Windows color (decimal): -14767522 or 6203934. OLE color: 6203934.
HSL color Cylindrical-coordinate representation of color #1EAA5E: hue angle of 147.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAA5E is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 170 | 94 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.33 |
| HSL | 147.43º | 0.7% | 0.39% | - |
| HSV(B) | 147.43º | 0.82% | 0.67% | - |
| XYZ | 16.93 | 29.83 | 15.46 | - |
| YUV | 119.48 | 113.62 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 94 | 0.82 | 0 | 0.45 | 0.33 | 147.43 | 0.7 | 0.39 |
| Hex | 1E | AA | 5E | 52 | 0 | 2D | 21 | 93 | 46 | 27 |
| Octal | 36 | 252 | 136 | 122 | 0 | 55 | 41 | 223 | 106 | 47 |
| Binary | 11110 | 10101010 | 1011110 | 1010010 | 0 | 101101 | 100001 | 10010011 | 1000110 | 100111 |
Color Harmonies of #1EAA5E
Complementary color
Monochromatic Colors of #1EAA5E
Black with #1EAA5E
Text Example
Text Example
White with #1EAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAA5E; }
p { color: rgb(30,170,94); }
H1.HeaderClassName
{
color: #1EAA5E;
}
.AnyTagClassName
{
color: #1EAA5E;
}
</style>
background-color css
<style>
a { background-color: #1EAA5E; }
a { background-color: rgb(30,170,94); }
div.DivClassName
{
background-color: #1EAA5E;
}
.BgClassName
{
background-color: #1EAA5E;
}
</style>
border-color css
<style>
span { border-color: #1EAA5E; }
span { border-color: rgb(30,170,94); }
td.TdClassName
{
border-color: #1EAA5E;
}
.TagClassName
{
border-color: #1EAA5E;
}
</style>