Shades of Eucalyptus #1DA161
Tints of Eucalyptus #1DA161
RGB
CMYK
RGB Variations
Color information
#1DA161 (or 0x1DA161) is known color: Eucalyptus. HEX triplet: 1D, A1 and 61. RGB value is (29,161,97). Sum of RGB (Red+Green+Blue) = 29+161+97=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA161 is #E25E9E. Grayscale: #727272. Windows color (decimal): -14835359 or 6398237. OLE color: 6398237.
HSL color Cylindrical-coordinate representation of color #1DA161: hue angle of 150.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 #1DA161 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 97 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.37 |
| HSL | 150.91º | 0.69% | 0.37% | - |
| HSV(B) | 150.91º | 0.82% | 0.63% | - |
| XYZ | 15.41 | 26.61 | 15.63 | - |
| YUV | 114.24 | 118.27 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 97 | 0.82 | 0 | 0.40 | 0.37 | 150.91 | 0.69 | 0.37 |
| Hex | 1D | A1 | 61 | 52 | 0 | 28 | 25 | 97 | 45 | 25 |
| Octal | 35 | 241 | 141 | 122 | 0 | 50 | 45 | 227 | 105 | 45 |
| Binary | 11101 | 10100001 | 1100001 | 1010010 | 0 | 101000 | 100101 | 10010111 | 1000101 | 100101 |
Color Harmonies of #1DA161
Complementary color
Monochromatic Colors of #1DA161
Black with #1DA161
Text Example
Text Example
White with #1DA161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA161; }
p { color: rgb(29,161,97); }
H1.HeaderClassName
{
color: #1DA161;
}
.AnyTagClassName
{
color: #1DA161;
}
</style>
background-color css
<style>
a { background-color: #1DA161; }
a { background-color: rgb(29,161,97); }
div.DivClassName
{
background-color: #1DA161;
}
.BgClassName
{
background-color: #1DA161;
}
</style>
border-color css
<style>
span { border-color: #1DA161; }
span { border-color: rgb(29,161,97); }
td.TdClassName
{
border-color: #1DA161;
}
.TagClassName
{
border-color: #1DA161;
}
</style>