Shades of Eucalyptus #1DA959
Tints of Eucalyptus #1DA959
RGB
CMYK
RGB Variations
Color information
#1DA959 (or 0x1DA959) is known color: Eucalyptus. HEX triplet: 1D, A9 and 59. RGB value is (29,169,89). Sum of RGB (Red+Green+Blue) = 29+169+89=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 169 (66.41% from 255 or 58.89% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA959 is #E256A6. Grayscale: #767676. Windows color (decimal): -14833319 or 5875997. OLE color: 5875997.
HSL color Cylindrical-coordinate representation of color #1DA959: hue angle of 145.71º 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 #1DA959 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 169 | 89 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.34 |
| HSL | 145.71º | 0.71% | 0.39% | - |
| HSV(B) | 145.71º | 0.83% | 0.66% | - |
| XYZ | 16.5 | 29.36 | 14.25 | - |
| YUV | 118.02 | 111.62 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 169 | 89 | 0.83 | 0 | 0.47 | 0.34 | 145.71 | 0.71 | 0.39 |
| Hex | 1D | A9 | 59 | 53 | 0 | 2F | 22 | 92 | 47 | 27 |
| Octal | 35 | 251 | 131 | 123 | 0 | 57 | 42 | 222 | 107 | 47 |
| Binary | 11101 | 10101001 | 1011001 | 1010011 | 0 | 101111 | 100010 | 10010010 | 1000111 | 100111 |
Color Harmonies of #1DA959
Complementary color
Monochromatic Colors of #1DA959
Black with #1DA959
Text Example
Text Example
White with #1DA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA959; }
p { color: rgb(29,169,89); }
H1.HeaderClassName
{
color: #1DA959;
}
.AnyTagClassName
{
color: #1DA959;
}
</style>
background-color css
<style>
a { background-color: #1DA959; }
a { background-color: rgb(29,169,89); }
div.DivClassName
{
background-color: #1DA959;
}
.BgClassName
{
background-color: #1DA959;
}
</style>
border-color css
<style>
span { border-color: #1DA959; }
span { border-color: rgb(29,169,89); }
td.TdClassName
{
border-color: #1DA959;
}
.TagClassName
{
border-color: #1DA959;
}
</style>