Shades of Eucalyptus #1DA053
Tints of Eucalyptus #1DA053
RGB
CMYK
RGB Variations
Color information
#1DA053 (or 0x1DA053) is known color: Eucalyptus. HEX triplet: 1D, A0 and 53. RGB value is (29,160,83). Sum of RGB (Red+Green+Blue) = 29+160+83=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 160 (62.89% from 255 or 58.82% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA053 is #E25FAC. Grayscale: #707070. Windows color (decimal): -14835629 or 5480477. OLE color: 5480477.
HSL color Cylindrical-coordinate representation of color #1DA053: hue angle of 144.73º 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 #1DA053 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 83 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.37 |
| HSL | 144.73º | 0.69% | 0.37% | - |
| HSV(B) | 144.73º | 0.82% | 0.63% | - |
| XYZ | 14.64 | 26.03 | 12.44 | - |
| YUV | 112.05 | 111.6 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 83 | 0.82 | 0 | 0.48 | 0.37 | 144.73 | 0.69 | 0.37 |
| Hex | 1D | A0 | 53 | 52 | 0 | 30 | 25 | 91 | 45 | 25 |
| Octal | 35 | 240 | 123 | 122 | 0 | 60 | 45 | 221 | 105 | 45 |
| Binary | 11101 | 10100000 | 1010011 | 1010010 | 0 | 110000 | 100101 | 10010001 | 1000101 | 100101 |
Color Harmonies of #1DA053
Complementary color
Monochromatic Colors of #1DA053
Black with #1DA053
Text Example
Text Example
White with #1DA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA053; }
p { color: rgb(29,160,83); }
H1.HeaderClassName
{
color: #1DA053;
}
.AnyTagClassName
{
color: #1DA053;
}
</style>
background-color css
<style>
a { background-color: #1DA053; }
a { background-color: rgb(29,160,83); }
div.DivClassName
{
background-color: #1DA053;
}
.BgClassName
{
background-color: #1DA053;
}
</style>
border-color css
<style>
span { border-color: #1DA053; }
span { border-color: rgb(29,160,83); }
td.TdClassName
{
border-color: #1DA053;
}
.TagClassName
{
border-color: #1DA053;
}
</style>