Shades of Eucalyptus #1EA95C
Tints of Eucalyptus #1EA95C
RGB
CMYK
RGB Variations
Color information
#1EA95C (or 0x1EA95C) is known color: Eucalyptus. HEX triplet: 1E, A9 and 5C. RGB value is (30,169,92). Sum of RGB (Red+Green+Blue) = 30+169+92=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 169 (66.41% from 255 or 58.08% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 169 - color contains mainly: green. Hex color #1EA95C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA95C is #E156A3. Grayscale: #767676. Windows color (decimal): -14767780 or 6072606. OLE color: 6072606.
HSL color Cylindrical-coordinate representation of color #1EA95C: hue angle of 146.76º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA95C is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 30 | 169 | 92 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.34 |
| HSL | 146.76º | 0.7% | 0.39% | - |
| HSV(B) | 146.76º | 0.82% | 0.66% | - |
| XYZ | 16.66 | 29.42 | 14.93 | - |
| YUV | 118.66 | 112.95 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 169 | 92 | 0.82 | 0 | 0.46 | 0.34 | 146.76 | 0.7 | 0.39 |
| Hex | 1E | A9 | 5C | 52 | 0 | 2E | 22 | 93 | 46 | 27 |
| Octal | 36 | 251 | 134 | 122 | 0 | 56 | 42 | 223 | 106 | 47 |
| Binary | 11110 | 10101001 | 1011100 | 1010010 | 0 | 101110 | 100010 | 10010011 | 1000110 | 100111 |
Color Harmonies of #1EA95C
Complementary color
Monochromatic Colors of #1EA95C
Black with #1EA95C
Text Example
Text Example
White with #1EA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA95C; }
p { color: rgb(30,169,92); }
H1.HeaderClassName
{
color: #1EA95C;
}
.AnyTagClassName
{
color: #1EA95C;
}
</style>
background-color css
<style>
a { background-color: #1EA95C; }
a { background-color: rgb(30,169,92); }
div.DivClassName
{
background-color: #1EA95C;
}
.BgClassName
{
background-color: #1EA95C;
}
</style>
border-color css
<style>
span { border-color: #1EA95C; }
span { border-color: rgb(30,169,92); }
td.TdClassName
{
border-color: #1EA95C;
}
.TagClassName
{
border-color: #1EA95C;
}
</style>