Shades of Eucalyptus #1EB35A
Tints of Eucalyptus #1EB35A
RGB
CMYK
RGB Variations
Color information
#1EB35A (or 0x1EB35A) is known color: Eucalyptus. HEX triplet: 1E, B3 and 5A. RGB value is (30,179,90). Sum of RGB (Red+Green+Blue) = 30+179+90=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB35A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB35A is #E14CA5. Grayscale: #7C7C7C. Windows color (decimal): -14765222 or 5944094. OLE color: 5944094.
HSL color Cylindrical-coordinate representation of color #1EB35A: hue angle of 144.16º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB35A is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 90 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.30 |
| HSL | 144.16º | 0.71% | 0.41% | - |
| HSV(B) | 144.16º | 0.83% | 0.7% | - |
| XYZ | 18.5 | 33.25 | 15.12 | - |
| YUV | 124.3 | 108.64 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 90 | 0.83 | 0 | 0.50 | 0.30 | 144.16 | 0.71 | 0.41 |
| Hex | 1E | B3 | 5A | 53 | 0 | 32 | 1E | 90 | 47 | 29 |
| Octal | 36 | 263 | 132 | 123 | 0 | 62 | 36 | 220 | 107 | 51 |
| Binary | 11110 | 10110011 | 1011010 | 1010011 | 0 | 110010 | 11110 | 10010000 | 1000111 | 101001 |
Color Harmonies of #1EB35A
Complementary color
Monochromatic Colors of #1EB35A
Black with #1EB35A
Text Example
Text Example
White with #1EB35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB35A; }
p { color: rgb(30,179,90); }
H1.HeaderClassName
{
color: #1EB35A;
}
.AnyTagClassName
{
color: #1EB35A;
}
</style>
background-color css
<style>
a { background-color: #1EB35A; }
a { background-color: rgb(30,179,90); }
div.DivClassName
{
background-color: #1EB35A;
}
.BgClassName
{
background-color: #1EB35A;
}
</style>
border-color css
<style>
span { border-color: #1EB35A; }
span { border-color: rgb(30,179,90); }
td.TdClassName
{
border-color: #1EB35A;
}
.TagClassName
{
border-color: #1EB35A;
}
</style>