Shades of Eucalyptus #1DA260
Tints of Eucalyptus #1DA260
RGB
CMYK
RGB Variations
Color information
#1DA260 (or 0x1DA260) is known color: Eucalyptus. HEX triplet: 1D, A2 and 60. RGB value is (29,162,96). Sum of RGB (Red+Green+Blue) = 29+162+96=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA260 is #E25D9F. Grayscale: #727272. Windows color (decimal): -14835104 or 6332957. OLE color: 6332957.
HSL color Cylindrical-coordinate representation of color #1DA260: hue angle of 150.23º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA260 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 96 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.36 |
| HSL | 150.23º | 0.7% | 0.37% | - |
| HSV(B) | 150.23º | 0.82% | 0.64% | - |
| XYZ | 15.54 | 26.95 | 15.45 | - |
| YUV | 114.71 | 117.44 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 96 | 0.82 | 0 | 0.41 | 0.36 | 150.23 | 0.7 | 0.37 |
| Hex | 1D | A2 | 60 | 52 | 0 | 29 | 24 | 96 | 46 | 25 |
| Octal | 35 | 242 | 140 | 122 | 0 | 51 | 44 | 226 | 106 | 45 |
| Binary | 11101 | 10100010 | 1100000 | 1010010 | 0 | 101001 | 100100 | 10010110 | 1000110 | 100101 |
Color Harmonies of #1DA260
Complementary color
Monochromatic Colors of #1DA260
Black with #1DA260
Text Example
Text Example
White with #1DA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA260; }
p { color: rgb(29,162,96); }
H1.HeaderClassName
{
color: #1DA260;
}
.AnyTagClassName
{
color: #1DA260;
}
</style>
background-color css
<style>
a { background-color: #1DA260; }
a { background-color: rgb(29,162,96); }
div.DivClassName
{
background-color: #1DA260;
}
.BgClassName
{
background-color: #1DA260;
}
</style>
border-color css
<style>
span { border-color: #1DA260; }
span { border-color: rgb(29,162,96); }
td.TdClassName
{
border-color: #1DA260;
}
.TagClassName
{
border-color: #1DA260;
}
</style>