Shades of Eucalyptus #1E985A
Tints of Eucalyptus #1E985A
RGB
CMYK
RGB Variations
Color information
#1E985A (or 0x1E985A) is known color: Eucalyptus. HEX triplet: 1E, 98 and 5A. RGB value is (30,152,90). Sum of RGB (Red+Green+Blue) = 30+152+90=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #1E985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E985A is #E167A5. Grayscale: #6C6C6C. Windows color (decimal): -14772134 or 5937182. OLE color: 5937182.
HSL color Cylindrical-coordinate representation of color #1E985A: hue angle of 149.51º 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 #1E985A is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 152 | 90 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.40 |
| HSL | 149.51º | 0.67% | 0.36% | - |
| HSV(B) | 149.51º | 0.8% | 0.6% | - |
| XYZ | 13.61 | 23.47 | 13.49 | - |
| YUV | 108.45 | 117.58 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 152 | 90 | 0.80 | 0 | 0.41 | 0.40 | 149.51 | 0.67 | 0.36 |
| Hex | 1E | 98 | 5A | 50 | 0 | 29 | 28 | 96 | 43 | 24 |
| Octal | 36 | 230 | 132 | 120 | 0 | 51 | 50 | 226 | 103 | 44 |
| Binary | 11110 | 10011000 | 1011010 | 1010000 | 0 | 101001 | 101000 | 10010110 | 1000011 | 100100 |
Color Harmonies of #1E985A
Complementary color
Monochromatic Colors of #1E985A
Black with #1E985A
Text Example
Text Example
White with #1E985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E985A; }
p { color: rgb(30,152,90); }
H1.HeaderClassName
{
color: #1E985A;
}
.AnyTagClassName
{
color: #1E985A;
}
</style>
background-color css
<style>
a { background-color: #1E985A; }
a { background-color: rgb(30,152,90); }
div.DivClassName
{
background-color: #1E985A;
}
.BgClassName
{
background-color: #1E985A;
}
</style>
border-color css
<style>
span { border-color: #1E985A; }
span { border-color: rgb(30,152,90); }
td.TdClassName
{
border-color: #1E985A;
}
.TagClassName
{
border-color: #1E985A;
}
</style>