Shades of Eucalyptus #1E9E55
Tints of Eucalyptus #1E9E55
RGB
CMYK
RGB Variations
Color information
#1E9E55 (or 0x1E9E55) is known color: Eucalyptus. HEX triplet: 1E, 9E and 55. RGB value is (30,158,85). Sum of RGB (Red+Green+Blue) = 30+158+85=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 158 (62.11% from 255 or 57.88% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9E55 is #E161AA. Grayscale: #6F6F6F. Windows color (decimal): -14770603 or 5611038. OLE color: 5611038.
HSL color Cylindrical-coordinate representation of color #1E9E55: hue angle of 145.78º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9E55 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 158 | 85 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.38 |
| HSL | 145.78º | 0.68% | 0.37% | - |
| HSV(B) | 145.78º | 0.81% | 0.62% | - |
| XYZ | 14.4 | 25.39 | 12.74 | - |
| YUV | 111.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 158 | 85 | 0.81 | 0 | 0.46 | 0.38 | 145.78 | 0.68 | 0.37 |
| Hex | 1E | 9E | 55 | 51 | 0 | 2E | 26 | 92 | 44 | 25 |
| Octal | 36 | 236 | 125 | 121 | 0 | 56 | 46 | 222 | 104 | 45 |
| Binary | 11110 | 10011110 | 1010101 | 1010001 | 0 | 101110 | 100110 | 10010010 | 1000100 | 100101 |
Color Harmonies of #1E9E55
Complementary color
Monochromatic Colors of #1E9E55
Black with #1E9E55
Text Example
Text Example
White with #1E9E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9E55; }
p { color: rgb(30,158,85); }
H1.HeaderClassName
{
color: #1E9E55;
}
.AnyTagClassName
{
color: #1E9E55;
}
</style>
background-color css
<style>
a { background-color: #1E9E55; }
a { background-color: rgb(30,158,85); }
div.DivClassName
{
background-color: #1E9E55;
}
.BgClassName
{
background-color: #1E9E55;
}
</style>
border-color css
<style>
span { border-color: #1E9E55; }
span { border-color: rgb(30,158,85); }
td.TdClassName
{
border-color: #1E9E55;
}
.TagClassName
{
border-color: #1E9E55;
}
</style>