Shades of Eucalyptus #1DA25B
Tints of Eucalyptus #1DA25B
RGB
CMYK
RGB Variations
Color information
#1DA25B (or 0x1DA25B) is known color: Eucalyptus. HEX triplet: 1D, A2 and 5B. RGB value is (29,162,91). Sum of RGB (Red+Green+Blue) = 29+162+91=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA25B is #E25DA4. Grayscale: #727272. Windows color (decimal): -14835109 or 6005277. OLE color: 6005277.
HSL color Cylindrical-coordinate representation of color #1DA25B: hue angle of 147.97º 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 #1DA25B is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 91 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.36 |
| HSL | 147.97º | 0.7% | 0.37% | - |
| HSV(B) | 147.97º | 0.82% | 0.64% | - |
| XYZ | 15.32 | 26.86 | 14.27 | - |
| YUV | 114.14 | 114.94 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 91 | 0.82 | 0 | 0.44 | 0.36 | 147.97 | 0.7 | 0.37 |
| Hex | 1D | A2 | 5B | 52 | 0 | 2C | 24 | 94 | 46 | 25 |
| Octal | 35 | 242 | 133 | 122 | 0 | 54 | 44 | 224 | 106 | 45 |
| Binary | 11101 | 10100010 | 1011011 | 1010010 | 0 | 101100 | 100100 | 10010100 | 1000110 | 100101 |
Color Harmonies of #1DA25B
Complementary color
Monochromatic Colors of #1DA25B
Black with #1DA25B
Text Example
Text Example
White with #1DA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA25B; }
p { color: rgb(29,162,91); }
H1.HeaderClassName
{
color: #1DA25B;
}
.AnyTagClassName
{
color: #1DA25B;
}
</style>
background-color css
<style>
a { background-color: #1DA25B; }
a { background-color: rgb(29,162,91); }
div.DivClassName
{
background-color: #1DA25B;
}
.BgClassName
{
background-color: #1DA25B;
}
</style>
border-color css
<style>
span { border-color: #1DA25B; }
span { border-color: rgb(29,162,91); }
td.TdClassName
{
border-color: #1DA25B;
}
.TagClassName
{
border-color: #1DA25B;
}
</style>