Shades of Eucalyptus #1E9E5D
Tints of Eucalyptus #1E9E5D
RGB
CMYK
RGB Variations
Color information
#1E9E5D (or 0x1E9E5D) is known color: Eucalyptus. HEX triplet: 1E, 9E and 5D. RGB value is (30,158,93). Sum of RGB (Red+Green+Blue) = 30+158+93=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 158 (62.11% from 255 or 56.23% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9E5D is #E161A2. Grayscale: #707070. Windows color (decimal): -14770595 or 6135326. OLE color: 6135326.
HSL color Cylindrical-coordinate representation of color #1E9E5D: hue angle of 149.53º 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 #1E9E5D is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 158 | 93 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.38 |
| HSL | 149.53º | 0.68% | 0.37% | - |
| HSV(B) | 149.53º | 0.81% | 0.62% | - |
| XYZ | 14.74 | 25.52 | 14.51 | - |
| YUV | 112.32 | 117.09 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 158 | 93 | 0.81 | 0 | 0.41 | 0.38 | 149.53 | 0.68 | 0.37 |
| Hex | 1E | 9E | 5D | 51 | 0 | 29 | 26 | 96 | 44 | 25 |
| Octal | 36 | 236 | 135 | 121 | 0 | 51 | 46 | 226 | 104 | 45 |
| Binary | 11110 | 10011110 | 1011101 | 1010001 | 0 | 101001 | 100110 | 10010110 | 1000100 | 100101 |
Color Harmonies of #1E9E5D
Complementary color
Monochromatic Colors of #1E9E5D
Black with #1E9E5D
Text Example
Text Example
White with #1E9E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9E5D; }
p { color: rgb(30,158,93); }
H1.HeaderClassName
{
color: #1E9E5D;
}
.AnyTagClassName
{
color: #1E9E5D;
}
</style>
background-color css
<style>
a { background-color: #1E9E5D; }
a { background-color: rgb(30,158,93); }
div.DivClassName
{
background-color: #1E9E5D;
}
.BgClassName
{
background-color: #1E9E5D;
}
</style>
border-color css
<style>
span { border-color: #1E9E5D; }
span { border-color: rgb(30,158,93); }
td.TdClassName
{
border-color: #1E9E5D;
}
.TagClassName
{
border-color: #1E9E5D;
}
</style>