Shades of Eucalyptus #1DA858
Tints of Eucalyptus #1DA858
RGB
CMYK
RGB Variations
Color information
#1DA858 (or 0x1DA858) is known color: Eucalyptus. HEX triplet: 1D, A8 and 58. RGB value is (29,168,88). Sum of RGB (Red+Green+Blue) = 29+168+88=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #1DA858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA858 is #E257A7. Grayscale: #757575. Windows color (decimal): -14833576 or 5810205. OLE color: 5810205.
HSL color Cylindrical-coordinate representation of color #1DA858: hue angle of 145.47º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA858 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 168 | 88 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.34 |
| HSL | 145.47º | 0.71% | 0.39% | - |
| HSV(B) | 145.47º | 0.83% | 0.66% | - |
| XYZ | 16.27 | 28.97 | 13.97 | - |
| YUV | 117.32 | 111.45 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 168 | 88 | 0.83 | 0 | 0.48 | 0.34 | 145.47 | 0.71 | 0.39 |
| Hex | 1D | A8 | 58 | 53 | 0 | 30 | 22 | 91 | 47 | 27 |
| Octal | 35 | 250 | 130 | 123 | 0 | 60 | 42 | 221 | 107 | 47 |
| Binary | 11101 | 10101000 | 1011000 | 1010011 | 0 | 110000 | 100010 | 10010001 | 1000111 | 100111 |
Color Harmonies of #1DA858
Complementary color
Monochromatic Colors of #1DA858
Black with #1DA858
Text Example
Text Example
White with #1DA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA858; }
p { color: rgb(29,168,88); }
H1.HeaderClassName
{
color: #1DA858;
}
.AnyTagClassName
{
color: #1DA858;
}
</style>
background-color css
<style>
a { background-color: #1DA858; }
a { background-color: rgb(29,168,88); }
div.DivClassName
{
background-color: #1DA858;
}
.BgClassName
{
background-color: #1DA858;
}
</style>
border-color css
<style>
span { border-color: #1DA858; }
span { border-color: rgb(29,168,88); }
td.TdClassName
{
border-color: #1DA858;
}
.TagClassName
{
border-color: #1DA858;
}
</style>