Shades of Eucalyptus #1DA56A
Tints of Eucalyptus #1DA56A
RGB
CMYK
RGB Variations
Color information
#1DA56A (or 0x1DA56A) is known color: Eucalyptus. HEX triplet: 1D, A5 and 6A. RGB value is (29,165,106). Sum of RGB (Red+Green+Blue) = 29+165+106=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA56A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA56A is #E25A95. Grayscale: #757575. Windows color (decimal): -14834326 or 6989085. OLE color: 6989085.
HSL color Cylindrical-coordinate representation of color #1DA56A: hue angle of 153.97º 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 #1DA56A is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 106 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.35 |
| HSL | 153.97º | 0.7% | 0.38% | - |
| HSV(B) | 153.97º | 0.82% | 0.65% | - |
| XYZ | 16.56 | 28.21 | 18.21 | - |
| YUV | 117.61 | 121.44 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 106 | 0.82 | 0 | 0.36 | 0.35 | 153.97 | 0.7 | 0.38 |
| Hex | 1D | A5 | 6A | 52 | 0 | 24 | 23 | 9A | 46 | 26 |
| Octal | 35 | 245 | 152 | 122 | 0 | 44 | 43 | 232 | 106 | 46 |
| Binary | 11101 | 10100101 | 1101010 | 1010010 | 0 | 100100 | 100011 | 10011010 | 1000110 | 100110 |
Color Harmonies of #1DA56A
Complementary color
Monochromatic Colors of #1DA56A
Black with #1DA56A
Text Example
Text Example
White with #1DA56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA56A; }
p { color: rgb(29,165,106); }
H1.HeaderClassName
{
color: #1DA56A;
}
.AnyTagClassName
{
color: #1DA56A;
}
</style>
background-color css
<style>
a { background-color: #1DA56A; }
a { background-color: rgb(29,165,106); }
div.DivClassName
{
background-color: #1DA56A;
}
.BgClassName
{
background-color: #1DA56A;
}
</style>
border-color css
<style>
span { border-color: #1DA56A; }
span { border-color: rgb(29,165,106); }
td.TdClassName
{
border-color: #1DA56A;
}
.TagClassName
{
border-color: #1DA56A;
}
</style>