Shades of Eucalyptus #1DAD59
Tints of Eucalyptus #1DAD59
RGB
CMYK
RGB Variations
Color information
#1DAD59 (or 0x1DAD59) is known color: Eucalyptus. HEX triplet: 1D, AD and 59. RGB value is (29,173,89). Sum of RGB (Red+Green+Blue) = 29+173+89=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAD59 is #E252A6. Grayscale: #787878. Windows color (decimal): -14832295 or 5877021. OLE color: 5877021.
HSL color Cylindrical-coordinate representation of color #1DAD59: hue angle of 145º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAD59 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 89 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.32 |
| HSL | 145º | 0.71% | 0.4% | - |
| HSV(B) | 145º | 0.83% | 0.68% | - |
| XYZ | 17.25 | 30.87 | 14.5 | - |
| YUV | 120.37 | 110.29 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 89 | 0.83 | 0 | 0.49 | 0.32 | 145 | 0.71 | 0.4 |
| Hex | 1D | AD | 59 | 53 | 0 | 31 | 20 | 91 | 47 | 28 |
| Octal | 35 | 255 | 131 | 123 | 0 | 61 | 40 | 221 | 107 | 50 |
| Binary | 11101 | 10101101 | 1011001 | 1010011 | 0 | 110001 | 100000 | 10010001 | 1000111 | 101000 |
Color Harmonies of #1DAD59
Complementary color
Monochromatic Colors of #1DAD59
Black with #1DAD59
Text Example
Text Example
White with #1DAD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD59; }
p { color: rgb(29,173,89); }
H1.HeaderClassName
{
color: #1DAD59;
}
.AnyTagClassName
{
color: #1DAD59;
}
</style>
background-color css
<style>
a { background-color: #1DAD59; }
a { background-color: rgb(29,173,89); }
div.DivClassName
{
background-color: #1DAD59;
}
.BgClassName
{
background-color: #1DAD59;
}
</style>
border-color css
<style>
span { border-color: #1DAD59; }
span { border-color: rgb(29,173,89); }
td.TdClassName
{
border-color: #1DAD59;
}
.TagClassName
{
border-color: #1DAD59;
}
</style>