Shades of Eucalyptus #1EB45D
Tints of Eucalyptus #1EB45D
RGB
CMYK
RGB Variations
Color information
#1EB45D (or 0x1EB45D) is known color: Eucalyptus. HEX triplet: 1E, B4 and 5D. RGB value is (30,180,93). Sum of RGB (Red+Green+Blue) = 30+180+93=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB45D is #E14BA2. Grayscale: #7D7D7D. Windows color (decimal): -14764963 or 6140958. OLE color: 6140958.
HSL color Cylindrical-coordinate representation of color #1EB45D: hue angle of 145.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB45D is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 93 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.29 |
| HSL | 145.2º | 0.71% | 0.41% | - |
| HSV(B) | 145.2º | 0.83% | 0.71% | - |
| XYZ | 18.83 | 33.71 | 15.87 | - |
| YUV | 125.23 | 109.81 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 93 | 0.83 | 0 | 0.48 | 0.29 | 145.2 | 0.71 | 0.41 |
| Hex | 1E | B4 | 5D | 53 | 0 | 30 | 1D | 91 | 47 | 29 |
| Octal | 36 | 264 | 135 | 123 | 0 | 60 | 35 | 221 | 107 | 51 |
| Binary | 11110 | 10110100 | 1011101 | 1010011 | 0 | 110000 | 11101 | 10010001 | 1000111 | 101001 |
Color Harmonies of #1EB45D
Complementary color
Monochromatic Colors of #1EB45D
Black with #1EB45D
Text Example
Text Example
White with #1EB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB45D; }
p { color: rgb(30,180,93); }
H1.HeaderClassName
{
color: #1EB45D;
}
.AnyTagClassName
{
color: #1EB45D;
}
</style>
background-color css
<style>
a { background-color: #1EB45D; }
a { background-color: rgb(30,180,93); }
div.DivClassName
{
background-color: #1EB45D;
}
.BgClassName
{
background-color: #1EB45D;
}
</style>
border-color css
<style>
span { border-color: #1EB45D; }
span { border-color: rgb(30,180,93); }
td.TdClassName
{
border-color: #1EB45D;
}
.TagClassName
{
border-color: #1EB45D;
}
</style>