Shades of Eucalyptus #1DA05E
Tints of Eucalyptus #1DA05E
RGB
CMYK
RGB Variations
Color information
#1DA05E (or 0x1DA05E) is known color: Eucalyptus. HEX triplet: 1D, A0 and 5E. RGB value is (29,160,94). Sum of RGB (Red+Green+Blue) = 29+160+94=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA05E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA05E is #E25FA1. Grayscale: #717171. Windows color (decimal): -14835618 or 6201373. OLE color: 6201373.
HSL color Cylindrical-coordinate representation of color #1DA05E: hue angle of 149.77º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA05E is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 94 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.37 |
| HSL | 149.77º | 0.69% | 0.37% | - |
| HSV(B) | 149.77º | 0.82% | 0.63% | - |
| XYZ | 15.1 | 26.21 | 14.85 | - |
| YUV | 113.31 | 117.1 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 94 | 0.82 | 0 | 0.41 | 0.37 | 149.77 | 0.69 | 0.37 |
| Hex | 1D | A0 | 5E | 52 | 0 | 29 | 25 | 96 | 45 | 25 |
| Octal | 35 | 240 | 136 | 122 | 0 | 51 | 45 | 226 | 105 | 45 |
| Binary | 11101 | 10100000 | 1011110 | 1010010 | 0 | 101001 | 100101 | 10010110 | 1000101 | 100101 |
Color Harmonies of #1DA05E
Complementary color
Monochromatic Colors of #1DA05E
Black with #1DA05E
Text Example
Text Example
White with #1DA05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA05E; }
p { color: rgb(29,160,94); }
H1.HeaderClassName
{
color: #1DA05E;
}
.AnyTagClassName
{
color: #1DA05E;
}
</style>
background-color css
<style>
a { background-color: #1DA05E; }
a { background-color: rgb(29,160,94); }
div.DivClassName
{
background-color: #1DA05E;
}
.BgClassName
{
background-color: #1DA05E;
}
</style>
border-color css
<style>
span { border-color: #1DA05E; }
span { border-color: rgb(29,160,94); }
td.TdClassName
{
border-color: #1DA05E;
}
.TagClassName
{
border-color: #1DA05E;
}
</style>