Shades of Eucalyptus #1E985B
Tints of Eucalyptus #1E985B
RGB
CMYK
RGB Variations
Color information
#1E985B (or 0x1E985B) is known color: Eucalyptus. HEX triplet: 1E, 98 and 5B. RGB value is (30,152,91). Sum of RGB (Red+Green+Blue) = 30+152+91=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #1E985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E985B is #E167A4. Grayscale: #6C6C6C. Windows color (decimal): -14772133 or 6002718. OLE color: 6002718.
HSL color Cylindrical-coordinate representation of color #1E985B: hue angle of 150º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E985B is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 152 | 91 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.40 |
| HSL | 150º | 0.67% | 0.36% | - |
| HSV(B) | 150º | 0.8% | 0.6% | - |
| XYZ | 13.65 | 23.49 | 13.71 | - |
| YUV | 108.57 | 118.08 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 152 | 91 | 0.80 | 0 | 0.40 | 0.40 | 150 | 0.67 | 0.36 |
| Hex | 1E | 98 | 5B | 50 | 0 | 28 | 28 | 96 | 43 | 24 |
| Octal | 36 | 230 | 133 | 120 | 0 | 50 | 50 | 226 | 103 | 44 |
| Binary | 11110 | 10011000 | 1011011 | 1010000 | 0 | 101000 | 101000 | 10010110 | 1000011 | 100100 |
Color Harmonies of #1E985B
Complementary color
Monochromatic Colors of #1E985B
Black with #1E985B
Text Example
Text Example
White with #1E985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E985B; }
p { color: rgb(30,152,91); }
H1.HeaderClassName
{
color: #1E985B;
}
.AnyTagClassName
{
color: #1E985B;
}
</style>
background-color css
<style>
a { background-color: #1E985B; }
a { background-color: rgb(30,152,91); }
div.DivClassName
{
background-color: #1E985B;
}
.BgClassName
{
background-color: #1E985B;
}
</style>
border-color css
<style>
span { border-color: #1E985B; }
span { border-color: rgb(30,152,91); }
td.TdClassName
{
border-color: #1E985B;
}
.TagClassName
{
border-color: #1E985B;
}
</style>