Shades of Eucalyptus #1DA458
Tints of Eucalyptus #1DA458
RGB
CMYK
RGB Variations
Color information
#1DA458 (or 0x1DA458) is known color: Eucalyptus. HEX triplet: 1D, A4 and 58. RGB value is (29,164,88). Sum of RGB (Red+Green+Blue) = 29+164+88=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA458 is #E25BA7. Grayscale: #737373. Windows color (decimal): -14834600 or 5809181. OLE color: 5809181.
HSL color Cylindrical-coordinate representation of color #1DA458: hue angle of 146.22º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA458 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 88 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.36 |
| HSL | 146.22º | 0.7% | 0.38% | - |
| HSV(B) | 146.22º | 0.82% | 0.64% | - |
| XYZ | 15.54 | 27.52 | 13.72 | - |
| YUV | 114.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 88 | 0.82 | 0 | 0.46 | 0.36 | 146.22 | 0.7 | 0.38 |
| Hex | 1D | A4 | 58 | 52 | 0 | 2E | 24 | 92 | 46 | 26 |
| Octal | 35 | 244 | 130 | 122 | 0 | 56 | 44 | 222 | 106 | 46 |
| Binary | 11101 | 10100100 | 1011000 | 1010010 | 0 | 101110 | 100100 | 10010010 | 1000110 | 100110 |
Color Harmonies of #1DA458
Complementary color
Monochromatic Colors of #1DA458
Black with #1DA458
Text Example
Text Example
White with #1DA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA458; }
p { color: rgb(29,164,88); }
H1.HeaderClassName
{
color: #1DA458;
}
.AnyTagClassName
{
color: #1DA458;
}
</style>
background-color css
<style>
a { background-color: #1DA458; }
a { background-color: rgb(29,164,88); }
div.DivClassName
{
background-color: #1DA458;
}
.BgClassName
{
background-color: #1DA458;
}
</style>
border-color css
<style>
span { border-color: #1DA458; }
span { border-color: rgb(29,164,88); }
td.TdClassName
{
border-color: #1DA458;
}
.TagClassName
{
border-color: #1DA458;
}
</style>