Shades of Eucalyptus #1DA55F
Tints of Eucalyptus #1DA55F
RGB
CMYK
RGB Variations
Color information
#1DA55F (or 0x1DA55F) is known color: Eucalyptus. HEX triplet: 1D, A5 and 5F. RGB value is (29,165,95). Sum of RGB (Red+Green+Blue) = 29+165+95=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA55F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA55F is #E25AA0. Grayscale: #747474. Windows color (decimal): -14834337 or 6268189. OLE color: 6268189.
HSL color Cylindrical-coordinate representation of color #1DA55F: hue angle of 149.12º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA55F is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 95 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.35 |
| HSL | 149.12º | 0.7% | 0.38% | - |
| HSV(B) | 149.12º | 0.82% | 0.65% | - |
| XYZ | 16.03 | 28 | 15.39 | - |
| YUV | 116.36 | 115.94 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 95 | 0.82 | 0 | 0.42 | 0.35 | 149.12 | 0.7 | 0.38 |
| Hex | 1D | A5 | 5F | 52 | 0 | 2A | 23 | 95 | 46 | 26 |
| Octal | 35 | 245 | 137 | 122 | 0 | 52 | 43 | 225 | 106 | 46 |
| Binary | 11101 | 10100101 | 1011111 | 1010010 | 0 | 101010 | 100011 | 10010101 | 1000110 | 100110 |
Color Harmonies of #1DA55F
Complementary color
Monochromatic Colors of #1DA55F
Black with #1DA55F
Text Example
Text Example
White with #1DA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA55F; }
p { color: rgb(29,165,95); }
H1.HeaderClassName
{
color: #1DA55F;
}
.AnyTagClassName
{
color: #1DA55F;
}
</style>
background-color css
<style>
a { background-color: #1DA55F; }
a { background-color: rgb(29,165,95); }
div.DivClassName
{
background-color: #1DA55F;
}
.BgClassName
{
background-color: #1DA55F;
}
</style>
border-color css
<style>
span { border-color: #1DA55F; }
span { border-color: rgb(29,165,95); }
td.TdClassName
{
border-color: #1DA55F;
}
.TagClassName
{
border-color: #1DA55F;
}
</style>