Shades of Eucalyptus #1DA156
Tints of Eucalyptus #1DA156
RGB
CMYK
RGB Variations
Color information
#1DA156 (or 0x1DA156) is known color: Eucalyptus. HEX triplet: 1D, A1 and 56. RGB value is (29,161,86). Sum of RGB (Red+Green+Blue) = 29+161+86=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA156 is #E25EA9. Grayscale: #717171. Windows color (decimal): -14835370 or 5677341. OLE color: 5677341.
HSL color Cylindrical-coordinate representation of color #1DA156: hue angle of 145.91º 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 #1DA156 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 86 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.37 |
| HSL | 145.91º | 0.69% | 0.37% | - |
| HSV(B) | 145.91º | 0.82% | 0.63% | - |
| XYZ | 14.93 | 26.42 | 13.12 | - |
| YUV | 112.98 | 112.77 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 86 | 0.82 | 0 | 0.47 | 0.37 | 145.91 | 0.69 | 0.37 |
| Hex | 1D | A1 | 56 | 52 | 0 | 2F | 25 | 92 | 45 | 25 |
| Octal | 35 | 241 | 126 | 122 | 0 | 57 | 45 | 222 | 105 | 45 |
| Binary | 11101 | 10100001 | 1010110 | 1010010 | 0 | 101111 | 100101 | 10010010 | 1000101 | 100101 |
Color Harmonies of #1DA156
Complementary color
Monochromatic Colors of #1DA156
Black with #1DA156
Text Example
Text Example
White with #1DA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA156; }
p { color: rgb(29,161,86); }
H1.HeaderClassName
{
color: #1DA156;
}
.AnyTagClassName
{
color: #1DA156;
}
</style>
background-color css
<style>
a { background-color: #1DA156; }
a { background-color: rgb(29,161,86); }
div.DivClassName
{
background-color: #1DA156;
}
.BgClassName
{
background-color: #1DA156;
}
</style>
border-color css
<style>
span { border-color: #1DA156; }
span { border-color: rgb(29,161,86); }
td.TdClassName
{
border-color: #1DA156;
}
.TagClassName
{
border-color: #1DA156;
}
</style>