Shades of Eucalyptus #1EAA57
Tints of Eucalyptus #1EAA57
RGB
CMYK
RGB Variations
Color information
#1EAA57 (or 0x1EAA57) is known color: Eucalyptus. HEX triplet: 1E, AA and 57. RGB value is (30,170,87). Sum of RGB (Red+Green+Blue) = 30+170+87=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAA57 is #E155A8. Grayscale: #767676. Windows color (decimal): -14767529 or 5745182. OLE color: 5745182.
HSL color Cylindrical-coordinate representation of color #1EAA57: hue angle of 144.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 #1EAA57 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 170 | 87 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.33 |
| HSL | 144.43º | 0.7% | 0.39% | - |
| HSV(B) | 144.43º | 0.82% | 0.67% | - |
| XYZ | 16.63 | 29.71 | 13.88 | - |
| YUV | 118.68 | 110.12 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 87 | 0.82 | 0 | 0.49 | 0.33 | 144.43 | 0.7 | 0.39 |
| Hex | 1E | AA | 57 | 52 | 0 | 31 | 21 | 90 | 46 | 27 |
| Octal | 36 | 252 | 127 | 122 | 0 | 61 | 41 | 220 | 106 | 47 |
| Binary | 11110 | 10101010 | 1010111 | 1010010 | 0 | 110001 | 100001 | 10010000 | 1000110 | 100111 |
Color Harmonies of #1EAA57
Complementary color
Monochromatic Colors of #1EAA57
Black with #1EAA57
Text Example
Text Example
White with #1EAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAA57; }
p { color: rgb(30,170,87); }
H1.HeaderClassName
{
color: #1EAA57;
}
.AnyTagClassName
{
color: #1EAA57;
}
</style>
background-color css
<style>
a { background-color: #1EAA57; }
a { background-color: rgb(30,170,87); }
div.DivClassName
{
background-color: #1EAA57;
}
.BgClassName
{
background-color: #1EAA57;
}
</style>
border-color css
<style>
span { border-color: #1EAA57; }
span { border-color: rgb(30,170,87); }
td.TdClassName
{
border-color: #1EAA57;
}
.TagClassName
{
border-color: #1EAA57;
}
</style>