Shades of Eucalyptus #1EA34D
Tints of Eucalyptus #1EA34D
RGB
CMYK
RGB Variations
Color information
#1EA34D (or 0x1EA34D) is known color: Eucalyptus. HEX triplet: 1E, A3 and 4D. RGB value is (30,163,77). Sum of RGB (Red+Green+Blue) = 30+163+77=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 163 (64.06% from 255 or 60.37% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA34D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA34D is #E15CB2. Grayscale: #717171. Windows color (decimal): -14769331 or 5088030. OLE color: 5088030.
HSL color Cylindrical-coordinate representation of color #1EA34D: hue angle of 141.2º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA34D is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 163 | 77 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.36 |
| HSL | 141.2º | 0.69% | 0.38% | - |
| HSV(B) | 141.2º | 0.82% | 0.64% | - |
| XYZ | 14.97 | 27.01 | 11.44 | - |
| YUV | 113.43 | 107.44 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 77 | 0.82 | 0 | 0.53 | 0.36 | 141.2 | 0.69 | 0.38 |
| Hex | 1E | A3 | 4D | 52 | 0 | 35 | 24 | 8D | 45 | 26 |
| Octal | 36 | 243 | 115 | 122 | 0 | 65 | 44 | 215 | 105 | 46 |
| Binary | 11110 | 10100011 | 1001101 | 1010010 | 0 | 110101 | 100100 | 10001101 | 1000101 | 100110 |
Color Harmonies of #1EA34D
Complementary color
Monochromatic Colors of #1EA34D
Black with #1EA34D
Text Example
Text Example
White with #1EA34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA34D; }
p { color: rgb(30,163,77); }
H1.HeaderClassName
{
color: #1EA34D;
}
.AnyTagClassName
{
color: #1EA34D;
}
</style>
background-color css
<style>
a { background-color: #1EA34D; }
a { background-color: rgb(30,163,77); }
div.DivClassName
{
background-color: #1EA34D;
}
.BgClassName
{
background-color: #1EA34D;
}
</style>
border-color css
<style>
span { border-color: #1EA34D; }
span { border-color: rgb(30,163,77); }
td.TdClassName
{
border-color: #1EA34D;
}
.TagClassName
{
border-color: #1EA34D;
}
</style>