Shades of Eucalyptus #1DA45A
Tints of Eucalyptus #1DA45A
RGB
CMYK
RGB Variations
Color information
#1DA45A (or 0x1DA45A) is known color: Eucalyptus. HEX triplet: 1D, A4 and 5A. RGB value is (29,164,90). Sum of RGB (Red+Green+Blue) = 29+164+90=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 164 (64.45% from 255 or 57.95% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA45A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA45A is #E25BA5. Grayscale: #737373. Windows color (decimal): -14834598 or 5940253. OLE color: 5940253.
HSL color Cylindrical-coordinate representation of color #1DA45A: hue angle of 147.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 #1DA45A is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 90 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.36 |
| HSL | 147.11º | 0.7% | 0.38% | - |
| HSV(B) | 147.11º | 0.82% | 0.64% | - |
| XYZ | 15.63 | 27.55 | 14.17 | - |
| YUV | 115.2 | 113.77 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 90 | 0.82 | 0 | 0.45 | 0.36 | 147.11 | 0.7 | 0.38 |
| Hex | 1D | A4 | 5A | 52 | 0 | 2D | 24 | 93 | 46 | 26 |
| Octal | 35 | 244 | 132 | 122 | 0 | 55 | 44 | 223 | 106 | 46 |
| Binary | 11101 | 10100100 | 1011010 | 1010010 | 0 | 101101 | 100100 | 10010011 | 1000110 | 100110 |
Color Harmonies of #1DA45A
Complementary color
Monochromatic Colors of #1DA45A
Black with #1DA45A
Text Example
Text Example
White with #1DA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA45A; }
p { color: rgb(29,164,90); }
H1.HeaderClassName
{
color: #1DA45A;
}
.AnyTagClassName
{
color: #1DA45A;
}
</style>
background-color css
<style>
a { background-color: #1DA45A; }
a { background-color: rgb(29,164,90); }
div.DivClassName
{
background-color: #1DA45A;
}
.BgClassName
{
background-color: #1DA45A;
}
</style>
border-color css
<style>
span { border-color: #1DA45A; }
span { border-color: rgb(29,164,90); }
td.TdClassName
{
border-color: #1DA45A;
}
.TagClassName
{
border-color: #1DA45A;
}
</style>