Shades of Eucalyptus #1DA454
Tints of Eucalyptus #1DA454
RGB
CMYK
RGB Variations
Color information
#1DA454 (or 0x1DA454) is known color: Eucalyptus. HEX triplet: 1D, A4 and 54. RGB value is (29,164,84). Sum of RGB (Red+Green+Blue) = 29+164+84=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA454 is #E25BAB. Grayscale: #727272. Windows color (decimal): -14834604 or 5547037. OLE color: 5547037.
HSL color Cylindrical-coordinate representation of color #1DA454: hue angle of 144.44º 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 #1DA454 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 84 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.36 |
| HSL | 144.44º | 0.7% | 0.38% | - |
| HSV(B) | 144.44º | 0.82% | 0.64% | - |
| XYZ | 15.38 | 27.45 | 12.88 | - |
| YUV | 114.52 | 110.77 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 84 | 0.82 | 0 | 0.49 | 0.36 | 144.44 | 0.7 | 0.38 |
| Hex | 1D | A4 | 54 | 52 | 0 | 31 | 24 | 90 | 46 | 26 |
| Octal | 35 | 244 | 124 | 122 | 0 | 61 | 44 | 220 | 106 | 46 |
| Binary | 11101 | 10100100 | 1010100 | 1010010 | 0 | 110001 | 100100 | 10010000 | 1000110 | 100110 |
Color Harmonies of #1DA454
Complementary color
Monochromatic Colors of #1DA454
Black with #1DA454
Text Example
Text Example
White with #1DA454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA454; }
p { color: rgb(29,164,84); }
H1.HeaderClassName
{
color: #1DA454;
}
.AnyTagClassName
{
color: #1DA454;
}
</style>
background-color css
<style>
a { background-color: #1DA454; }
a { background-color: rgb(29,164,84); }
div.DivClassName
{
background-color: #1DA454;
}
.BgClassName
{
background-color: #1DA454;
}
</style>
border-color css
<style>
span { border-color: #1DA454; }
span { border-color: rgb(29,164,84); }
td.TdClassName
{
border-color: #1DA454;
}
.TagClassName
{
border-color: #1DA454;
}
</style>