Shades of Eucalyptus #1DA56B
Tints of Eucalyptus #1DA56B
RGB
CMYK
RGB Variations
Color information
#1DA56B (or 0x1DA56B) is known color: Eucalyptus. HEX triplet: 1D, A5 and 6B. RGB value is (29,165,107). Sum of RGB (Red+Green+Blue) = 29+165+107=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA56B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA56B is #E25A94. Grayscale: #757575. Windows color (decimal): -14834325 or 7054621. OLE color: 7054621.
HSL color Cylindrical-coordinate representation of color #1DA56B: hue angle of 154.41º 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 #1DA56B is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 107 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.35 |
| HSL | 154.41º | 0.7% | 0.38% | - |
| HSV(B) | 154.41º | 0.82% | 0.65% | - |
| XYZ | 16.62 | 28.23 | 18.48 | - |
| YUV | 117.72 | 121.94 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 107 | 0.82 | 0 | 0.35 | 0.35 | 154.41 | 0.7 | 0.38 |
| Hex | 1D | A5 | 6B | 52 | 0 | 23 | 23 | 9A | 46 | 26 |
| Octal | 35 | 245 | 153 | 122 | 0 | 43 | 43 | 232 | 106 | 46 |
| Binary | 11101 | 10100101 | 1101011 | 1010010 | 0 | 100011 | 100011 | 10011010 | 1000110 | 100110 |
Color Harmonies of #1DA56B
Complementary color
Monochromatic Colors of #1DA56B
Black with #1DA56B
Text Example
Text Example
White with #1DA56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA56B; }
p { color: rgb(29,165,107); }
H1.HeaderClassName
{
color: #1DA56B;
}
.AnyTagClassName
{
color: #1DA56B;
}
</style>
background-color css
<style>
a { background-color: #1DA56B; }
a { background-color: rgb(29,165,107); }
div.DivClassName
{
background-color: #1DA56B;
}
.BgClassName
{
background-color: #1DA56B;
}
</style>
border-color css
<style>
span { border-color: #1DA56B; }
span { border-color: rgb(29,165,107); }
td.TdClassName
{
border-color: #1DA56B;
}
.TagClassName
{
border-color: #1DA56B;
}
</style>