Shades of Eucalyptus #1DA957
Tints of Eucalyptus #1DA957
RGB
CMYK
RGB Variations
Color information
#1DA957 (or 0x1DA957) is known color: Eucalyptus. HEX triplet: 1D, A9 and 57. RGB value is (29,169,87). Sum of RGB (Red+Green+Blue) = 29+169+87=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 169 (66.41% from 255 or 59.30% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA957 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA957 is #E256A8. Grayscale: #757575. Windows color (decimal): -14833321 or 5744925. OLE color: 5744925.
HSL color Cylindrical-coordinate representation of color #1DA957: hue angle of 144.86º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA957 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 169 | 87 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.34 |
| HSL | 144.86º | 0.71% | 0.39% | - |
| HSV(B) | 144.86º | 0.83% | 0.66% | - |
| XYZ | 16.41 | 29.33 | 13.81 | - |
| YUV | 117.79 | 110.62 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 169 | 87 | 0.83 | 0 | 0.49 | 0.34 | 144.86 | 0.71 | 0.39 |
| Hex | 1D | A9 | 57 | 53 | 0 | 31 | 22 | 91 | 47 | 27 |
| Octal | 35 | 251 | 127 | 123 | 0 | 61 | 42 | 221 | 107 | 47 |
| Binary | 11101 | 10101001 | 1010111 | 1010011 | 0 | 110001 | 100010 | 10010001 | 1000111 | 100111 |
Color Harmonies of #1DA957
Complementary color
Monochromatic Colors of #1DA957
Black with #1DA957
Text Example
Text Example
White with #1DA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA957; }
p { color: rgb(29,169,87); }
H1.HeaderClassName
{
color: #1DA957;
}
.AnyTagClassName
{
color: #1DA957;
}
</style>
background-color css
<style>
a { background-color: #1DA957; }
a { background-color: rgb(29,169,87); }
div.DivClassName
{
background-color: #1DA957;
}
.BgClassName
{
background-color: #1DA957;
}
</style>
border-color css
<style>
span { border-color: #1DA957; }
span { border-color: rgb(29,169,87); }
td.TdClassName
{
border-color: #1DA957;
}
.TagClassName
{
border-color: #1DA957;
}
</style>