Shades of Eucalyptus #1EB25E
Tints of Eucalyptus #1EB25E
RGB
CMYK
RGB Variations
Color information
#1EB25E (or 0x1EB25E) is known color: Eucalyptus. HEX triplet: 1E, B2 and 5E. RGB value is (30,178,94). Sum of RGB (Red+Green+Blue) = 30+178+94=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 178 (69.92% from 255 or 58.94% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EB25E is #E14DA1. Grayscale: #7C7C7C. Windows color (decimal): -14765474 or 6205982. OLE color: 6205982.
HSL color Cylindrical-coordinate representation of color #1EB25E: hue angle of 145.95º 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 #1EB25E is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 178 | 94 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.30 |
| HSL | 145.95º | 0.71% | 0.41% | - |
| HSV(B) | 145.95º | 0.83% | 0.7% | - |
| XYZ | 18.48 | 32.92 | 15.97 | - |
| YUV | 124.17 | 110.97 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 178 | 94 | 0.83 | 0 | 0.47 | 0.30 | 145.95 | 0.71 | 0.41 |
| Hex | 1E | B2 | 5E | 53 | 0 | 2F | 1E | 92 | 47 | 29 |
| Octal | 36 | 262 | 136 | 123 | 0 | 57 | 36 | 222 | 107 | 51 |
| Binary | 11110 | 10110010 | 1011110 | 1010011 | 0 | 101111 | 11110 | 10010010 | 1000111 | 101001 |
Color Harmonies of #1EB25E
Complementary color
Monochromatic Colors of #1EB25E
Black with #1EB25E
Text Example
Text Example
White with #1EB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB25E; }
p { color: rgb(30,178,94); }
H1.HeaderClassName
{
color: #1EB25E;
}
.AnyTagClassName
{
color: #1EB25E;
}
</style>
background-color css
<style>
a { background-color: #1EB25E; }
a { background-color: rgb(30,178,94); }
div.DivClassName
{
background-color: #1EB25E;
}
.BgClassName
{
background-color: #1EB25E;
}
</style>
border-color css
<style>
span { border-color: #1EB25E; }
span { border-color: rgb(30,178,94); }
td.TdClassName
{
border-color: #1EB25E;
}
.TagClassName
{
border-color: #1EB25E;
}
</style>