Shades of Eucalyptus #1DA35A
Tints of Eucalyptus #1DA35A
RGB
CMYK
RGB Variations
Color information
#1DA35A (or 0x1DA35A) is known color: Eucalyptus. HEX triplet: 1D, A3 and 5A. RGB value is (29,163,90). Sum of RGB (Red+Green+Blue) = 29+163+90=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 163 (64.06% from 255 or 57.80% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA35A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA35A is #E25CA5. Grayscale: #727272. Windows color (decimal): -14834854 or 5939997. OLE color: 5939997.
HSL color Cylindrical-coordinate representation of color #1DA35A: hue angle of 147.31º 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 #1DA35A is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 90 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.36 |
| HSL | 147.31º | 0.7% | 0.38% | - |
| HSV(B) | 147.31º | 0.82% | 0.64% | - |
| XYZ | 15.45 | 27.19 | 14.11 | - |
| YUV | 114.61 | 114.11 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 90 | 0.82 | 0 | 0.45 | 0.36 | 147.31 | 0.7 | 0.38 |
| Hex | 1D | A3 | 5A | 52 | 0 | 2D | 24 | 93 | 46 | 26 |
| Octal | 35 | 243 | 132 | 122 | 0 | 55 | 44 | 223 | 106 | 46 |
| Binary | 11101 | 10100011 | 1011010 | 1010010 | 0 | 101101 | 100100 | 10010011 | 1000110 | 100110 |
Color Harmonies of #1DA35A
Complementary color
Monochromatic Colors of #1DA35A
Black with #1DA35A
Text Example
Text Example
White with #1DA35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA35A; }
p { color: rgb(29,163,90); }
H1.HeaderClassName
{
color: #1DA35A;
}
.AnyTagClassName
{
color: #1DA35A;
}
</style>
background-color css
<style>
a { background-color: #1DA35A; }
a { background-color: rgb(29,163,90); }
div.DivClassName
{
background-color: #1DA35A;
}
.BgClassName
{
background-color: #1DA35A;
}
</style>
border-color css
<style>
span { border-color: #1DA35A; }
span { border-color: rgb(29,163,90); }
td.TdClassName
{
border-color: #1DA35A;
}
.TagClassName
{
border-color: #1DA35A;
}
</style>