Shades of Eucalyptus #1DA060
Tints of Eucalyptus #1DA060
RGB
CMYK
RGB Variations
Color information
#1DA060 (or 0x1DA060) is known color: Eucalyptus. HEX triplet: 1D, A0 and 60. RGB value is (29,160,96). Sum of RGB (Red+Green+Blue) = 29+160+96=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA060 is #E25F9F. Grayscale: #717171. Windows color (decimal): -14835616 or 6332445. OLE color: 6332445.
HSL color Cylindrical-coordinate representation of color #1DA060: hue angle of 150.69º 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 #1DA060 is Cyan = 0.82, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 96 | - |
| CMYK | 0.82 | 0 | 0.4 | 0.37 |
| HSL | 150.69º | 0.69% | 0.37% | - |
| HSV(B) | 150.69º | 0.82% | 0.63% | - |
| XYZ | 15.19 | 26.25 | 15.33 | - |
| YUV | 113.54 | 118.1 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 96 | 0.82 | 0 | 0.4 | 0.37 | 150.69 | 0.69 | 0.37 |
| Hex | 1D | A0 | 60 | 52 | 0 | 28 | 25 | 97 | 45 | 25 |
| Octal | 35 | 240 | 140 | 122 | 0 | 50 | 45 | 227 | 105 | 45 |
| Binary | 11101 | 10100000 | 1100000 | 1010010 | 0 | 101000 | 100101 | 10010111 | 1000101 | 100101 |
Color Harmonies of #1DA060
Complementary color
Monochromatic Colors of #1DA060
Black with #1DA060
Text Example
Text Example
White with #1DA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA060; }
p { color: rgb(29,160,96); }
H1.HeaderClassName
{
color: #1DA060;
}
.AnyTagClassName
{
color: #1DA060;
}
</style>
background-color css
<style>
a { background-color: #1DA060; }
a { background-color: rgb(29,160,96); }
div.DivClassName
{
background-color: #1DA060;
}
.BgClassName
{
background-color: #1DA060;
}
</style>
border-color css
<style>
span { border-color: #1DA060; }
span { border-color: rgb(29,160,96); }
td.TdClassName
{
border-color: #1DA060;
}
.TagClassName
{
border-color: #1DA060;
}
</style>