Shades of Eucalyptus #1DA451
Tints of Eucalyptus #1DA451
RGB
CMYK
RGB Variations
Color information
#1DA451 (or 0x1DA451) is known color: Eucalyptus. HEX triplet: 1D, A4 and 51. RGB value is (29,164,81). Sum of RGB (Red+Green+Blue) = 29+164+81=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 164 (64.45% from 255 or 59.85% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA451 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA451 is #E25BAE. Grayscale: #727272. Windows color (decimal): -14834607 or 5350429. OLE color: 5350429.
HSL color Cylindrical-coordinate representation of color #1DA451: hue angle of 143.11º 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 #1DA451 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 81 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.36 |
| HSL | 143.11º | 0.7% | 0.38% | - |
| HSV(B) | 143.11º | 0.82% | 0.64% | - |
| XYZ | 15.27 | 27.41 | 12.27 | - |
| YUV | 114.17 | 109.27 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 81 | 0.82 | 0 | 0.51 | 0.36 | 143.11 | 0.7 | 0.38 |
| Hex | 1D | A4 | 51 | 52 | 0 | 33 | 24 | 8F | 46 | 26 |
| Octal | 35 | 244 | 121 | 122 | 0 | 63 | 44 | 217 | 106 | 46 |
| Binary | 11101 | 10100100 | 1010001 | 1010010 | 0 | 110011 | 100100 | 10001111 | 1000110 | 100110 |
Color Harmonies of #1DA451
Complementary color
Monochromatic Colors of #1DA451
Black with #1DA451
Text Example
Text Example
White with #1DA451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA451; }
p { color: rgb(29,164,81); }
H1.HeaderClassName
{
color: #1DA451;
}
.AnyTagClassName
{
color: #1DA451;
}
</style>
background-color css
<style>
a { background-color: #1DA451; }
a { background-color: rgb(29,164,81); }
div.DivClassName
{
background-color: #1DA451;
}
.BgClassName
{
background-color: #1DA451;
}
</style>
border-color css
<style>
span { border-color: #1DA451; }
span { border-color: rgb(29,164,81); }
td.TdClassName
{
border-color: #1DA451;
}
.TagClassName
{
border-color: #1DA451;
}
</style>