Shades of Eucalyptus #1E955E
Tints of Eucalyptus #1E955E
RGB
CMYK
RGB Variations
Color information
#1E955E (or 0x1E955E) is known color: Eucalyptus. HEX triplet: 1E, 95 and 5E. RGB value is (30,149,94). Sum of RGB (Red+Green+Blue) = 30+149+94=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #1E955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E955E is #E16AA1. Grayscale: #6B6B6B. Windows color (decimal): -14772898 or 6198558. OLE color: 6198558.
HSL color Cylindrical-coordinate representation of color #1E955E: hue angle of 152.27º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E955E is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 149 | 94 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.42 |
| HSL | 152.27º | 0.66% | 0.35% | - |
| HSV(B) | 152.27º | 0.8% | 0.58% | - |
| XYZ | 13.3 | 22.58 | 14.25 | - |
| YUV | 107.15 | 120.58 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 94 | 0.80 | 0 | 0.37 | 0.42 | 152.27 | 0.66 | 0.35 |
| Hex | 1E | 95 | 5E | 50 | 0 | 25 | 2A | 98 | 42 | 23 |
| Octal | 36 | 225 | 136 | 120 | 0 | 45 | 52 | 230 | 102 | 43 |
| Binary | 11110 | 10010101 | 1011110 | 1010000 | 0 | 100101 | 101010 | 10011000 | 1000010 | 100011 |
Color Harmonies of #1E955E
Complementary color
Monochromatic Colors of #1E955E
Black with #1E955E
Text Example
Text Example
White with #1E955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E955E; }
p { color: rgb(30,149,94); }
H1.HeaderClassName
{
color: #1E955E;
}
.AnyTagClassName
{
color: #1E955E;
}
</style>
background-color css
<style>
a { background-color: #1E955E; }
a { background-color: rgb(30,149,94); }
div.DivClassName
{
background-color: #1E955E;
}
.BgClassName
{
background-color: #1E955E;
}
</style>
border-color css
<style>
span { border-color: #1E955E; }
span { border-color: rgb(30,149,94); }
td.TdClassName
{
border-color: #1E955E;
}
.TagClassName
{
border-color: #1E955E;
}
</style>