Shades of Eucalyptus #1DA25D
Tints of Eucalyptus #1DA25D
RGB
CMYK
RGB Variations
Color information
#1DA25D (or 0x1DA25D) is known color: Eucalyptus. HEX triplet: 1D, A2 and 5D. RGB value is (29,162,93). Sum of RGB (Red+Green+Blue) = 29+162+93=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA25D is #E25DA2. Grayscale: #727272. Windows color (decimal): -14835107 or 6136349. OLE color: 6136349.
HSL color Cylindrical-coordinate representation of color #1DA25D: hue angle of 148.87º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA25D is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 93 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.36 |
| HSL | 148.87º | 0.7% | 0.37% | - |
| HSV(B) | 148.87º | 0.82% | 0.64% | - |
| XYZ | 15.4 | 26.89 | 14.73 | - |
| YUV | 114.37 | 115.94 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 93 | 0.82 | 0 | 0.43 | 0.36 | 148.87 | 0.7 | 0.37 |
| Hex | 1D | A2 | 5D | 52 | 0 | 2B | 24 | 95 | 46 | 25 |
| Octal | 35 | 242 | 135 | 122 | 0 | 53 | 44 | 225 | 106 | 45 |
| Binary | 11101 | 10100010 | 1011101 | 1010010 | 0 | 101011 | 100100 | 10010101 | 1000110 | 100101 |
Color Harmonies of #1DA25D
Complementary color
Monochromatic Colors of #1DA25D
Black with #1DA25D
Text Example
Text Example
White with #1DA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA25D; }
p { color: rgb(29,162,93); }
H1.HeaderClassName
{
color: #1DA25D;
}
.AnyTagClassName
{
color: #1DA25D;
}
</style>
background-color css
<style>
a { background-color: #1DA25D; }
a { background-color: rgb(29,162,93); }
div.DivClassName
{
background-color: #1DA25D;
}
.BgClassName
{
background-color: #1DA25D;
}
</style>
border-color css
<style>
span { border-color: #1DA25D; }
span { border-color: rgb(29,162,93); }
td.TdClassName
{
border-color: #1DA25D;
}
.TagClassName
{
border-color: #1DA25D;
}
</style>