Shades of Eucalyptus #1DA065
Tints of Eucalyptus #1DA065
RGB
CMYK
RGB Variations
Color information
#1DA065 (or 0x1DA065) is known color: Eucalyptus. HEX triplet: 1D, A0 and 65. RGB value is (29,160,101). Sum of RGB (Red+Green+Blue) = 29+160+101=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA065 is #E25F9A. Grayscale: #727272. Windows color (decimal): -14835611 or 6660125. OLE color: 6660125.
HSL color Cylindrical-coordinate representation of color #1DA065: hue angle of 152.98º 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 #1DA065 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 101 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.37 |
| HSL | 152.98º | 0.69% | 0.37% | - |
| HSV(B) | 152.98º | 0.82% | 0.63% | - |
| XYZ | 15.43 | 26.34 | 16.58 | - |
| YUV | 114.11 | 120.6 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 101 | 0.82 | 0 | 0.37 | 0.37 | 152.98 | 0.69 | 0.37 |
| Hex | 1D | A0 | 65 | 52 | 0 | 25 | 25 | 99 | 45 | 25 |
| Octal | 35 | 240 | 145 | 122 | 0 | 45 | 45 | 231 | 105 | 45 |
| Binary | 11101 | 10100000 | 1100101 | 1010010 | 0 | 100101 | 100101 | 10011001 | 1000101 | 100101 |
Color Harmonies of #1DA065
Complementary color
Monochromatic Colors of #1DA065
Black with #1DA065
Text Example
Text Example
White with #1DA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA065; }
p { color: rgb(29,160,101); }
H1.HeaderClassName
{
color: #1DA065;
}
.AnyTagClassName
{
color: #1DA065;
}
</style>
background-color css
<style>
a { background-color: #1DA065; }
a { background-color: rgb(29,160,101); }
div.DivClassName
{
background-color: #1DA065;
}
.BgClassName
{
background-color: #1DA065;
}
</style>
border-color css
<style>
span { border-color: #1DA065; }
span { border-color: rgb(29,160,101); }
td.TdClassName
{
border-color: #1DA065;
}
.TagClassName
{
border-color: #1DA065;
}
</style>