Shades of Eucalyptus #1DA95C
Tints of Eucalyptus #1DA95C
RGB
CMYK
RGB Variations
Color information
#1DA95C (or 0x1DA95C) is known color: Eucalyptus. HEX triplet: 1D, A9 and 5C. RGB value is (29,169,92). Sum of RGB (Red+Green+Blue) = 29+169+92=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 169 (66.41% from 255 or 58.28% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA95C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA95C is #E256A3. Grayscale: #767676. Windows color (decimal): -14833316 or 6072605. OLE color: 6072605.
HSL color Cylindrical-coordinate representation of color #1DA95C: hue angle of 147º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA95C is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 169 | 92 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.34 |
| HSL | 147º | 0.71% | 0.39% | - |
| HSV(B) | 147º | 0.83% | 0.66% | - |
| XYZ | 16.63 | 29.41 | 14.93 | - |
| YUV | 118.36 | 113.12 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 169 | 92 | 0.83 | 0 | 0.46 | 0.34 | 147 | 0.71 | 0.39 |
| Hex | 1D | A9 | 5C | 53 | 0 | 2E | 22 | 93 | 47 | 27 |
| Octal | 35 | 251 | 134 | 123 | 0 | 56 | 42 | 223 | 107 | 47 |
| Binary | 11101 | 10101001 | 1011100 | 1010011 | 0 | 101110 | 100010 | 10010011 | 1000111 | 100111 |
Color Harmonies of #1DA95C
Complementary color
Monochromatic Colors of #1DA95C
Black with #1DA95C
Text Example
Text Example
White with #1DA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA95C; }
p { color: rgb(29,169,92); }
H1.HeaderClassName
{
color: #1DA95C;
}
.AnyTagClassName
{
color: #1DA95C;
}
</style>
background-color css
<style>
a { background-color: #1DA95C; }
a { background-color: rgb(29,169,92); }
div.DivClassName
{
background-color: #1DA95C;
}
.BgClassName
{
background-color: #1DA95C;
}
</style>
border-color css
<style>
span { border-color: #1DA95C; }
span { border-color: rgb(29,169,92); }
td.TdClassName
{
border-color: #1DA95C;
}
.TagClassName
{
border-color: #1DA95C;
}
</style>