Shades of Eucalyptus #1DA76A
Tints of Eucalyptus #1DA76A
RGB
CMYK
RGB Variations
Color information
#1DA76A (or 0x1DA76A) is known color: Eucalyptus. HEX triplet: 1D, A7 and 6A. RGB value is (29,167,106). Sum of RGB (Red+Green+Blue) = 29+167+106=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #1DA76A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA76A is #E25895. Grayscale: #767676. Windows color (decimal): -14833814 or 6989597. OLE color: 6989597.
HSL color Cylindrical-coordinate representation of color #1DA76A: hue angle of 153.48º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA76A is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 167 | 106 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.35 |
| HSL | 153.48º | 0.7% | 0.38% | - |
| HSV(B) | 153.48º | 0.83% | 0.65% | - |
| XYZ | 16.93 | 28.94 | 18.33 | - |
| YUV | 118.78 | 120.78 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 167 | 106 | 0.83 | 0 | 0.37 | 0.35 | 153.48 | 0.7 | 0.38 |
| Hex | 1D | A7 | 6A | 53 | 0 | 25 | 23 | 99 | 46 | 26 |
| Octal | 35 | 247 | 152 | 123 | 0 | 45 | 43 | 231 | 106 | 46 |
| Binary | 11101 | 10100111 | 1101010 | 1010011 | 0 | 100101 | 100011 | 10011001 | 1000110 | 100110 |
Color Harmonies of #1DA76A
Complementary color
Monochromatic Colors of #1DA76A
Black with #1DA76A
Text Example
Text Example
White with #1DA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA76A; }
p { color: rgb(29,167,106); }
H1.HeaderClassName
{
color: #1DA76A;
}
.AnyTagClassName
{
color: #1DA76A;
}
</style>
background-color css
<style>
a { background-color: #1DA76A; }
a { background-color: rgb(29,167,106); }
div.DivClassName
{
background-color: #1DA76A;
}
.BgClassName
{
background-color: #1DA76A;
}
</style>
border-color css
<style>
span { border-color: #1DA76A; }
span { border-color: rgb(29,167,106); }
td.TdClassName
{
border-color: #1DA76A;
}
.TagClassName
{
border-color: #1DA76A;
}
</style>