Shades of Eucalyptus #1DA153
Tints of Eucalyptus #1DA153
RGB
CMYK
RGB Variations
Color information
#1DA153 (or 0x1DA153) is known color: Eucalyptus. HEX triplet: 1D, A1 and 53. RGB value is (29,161,83). Sum of RGB (Red+Green+Blue) = 29+161+83=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA153 is #E25EAC. Grayscale: #707070. Windows color (decimal): -14835373 or 5480733. OLE color: 5480733.
HSL color Cylindrical-coordinate representation of color #1DA153: hue angle of 144.55º 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 #1DA153 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 83 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.37 |
| HSL | 144.55º | 0.69% | 0.37% | - |
| HSV(B) | 144.55º | 0.82% | 0.63% | - |
| XYZ | 14.81 | 26.38 | 12.49 | - |
| YUV | 112.64 | 111.27 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 83 | 0.82 | 0 | 0.48 | 0.37 | 144.55 | 0.69 | 0.37 |
| Hex | 1D | A1 | 53 | 52 | 0 | 30 | 25 | 91 | 45 | 25 |
| Octal | 35 | 241 | 123 | 122 | 0 | 60 | 45 | 221 | 105 | 45 |
| Binary | 11101 | 10100001 | 1010011 | 1010010 | 0 | 110000 | 100101 | 10010001 | 1000101 | 100101 |
Color Harmonies of #1DA153
Complementary color
Monochromatic Colors of #1DA153
Black with #1DA153
Text Example
Text Example
White with #1DA153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA153; }
p { color: rgb(29,161,83); }
H1.HeaderClassName
{
color: #1DA153;
}
.AnyTagClassName
{
color: #1DA153;
}
</style>
background-color css
<style>
a { background-color: #1DA153; }
a { background-color: rgb(29,161,83); }
div.DivClassName
{
background-color: #1DA153;
}
.BgClassName
{
background-color: #1DA153;
}
</style>
border-color css
<style>
span { border-color: #1DA153; }
span { border-color: rgb(29,161,83); }
td.TdClassName
{
border-color: #1DA153;
}
.TagClassName
{
border-color: #1DA153;
}
</style>