Shades of Eucalyptus #1DA350
Tints of Eucalyptus #1DA350
RGB
CMYK
RGB Variations
Color information
#1DA350 (or 0x1DA350) is known color: Eucalyptus. HEX triplet: 1D, A3 and 50. RGB value is (29,163,80). Sum of RGB (Red+Green+Blue) = 29+163+80=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 163 (64.06% from 255 or 59.93% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA350 is #E25CAF. Grayscale: #717171. Windows color (decimal): -14834864 or 5284637. OLE color: 5284637.
HSL color Cylindrical-coordinate representation of color #1DA350: hue angle of 142.84º 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 #1DA350 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 80 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.36 |
| HSL | 142.84º | 0.7% | 0.38% | - |
| HSV(B) | 142.84º | 0.82% | 0.64% | - |
| XYZ | 15.05 | 27.03 | 12.01 | - |
| YUV | 113.47 | 109.11 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 80 | 0.82 | 0 | 0.51 | 0.36 | 142.84 | 0.7 | 0.38 |
| Hex | 1D | A3 | 50 | 52 | 0 | 33 | 24 | 8F | 46 | 26 |
| Octal | 35 | 243 | 120 | 122 | 0 | 63 | 44 | 217 | 106 | 46 |
| Binary | 11101 | 10100011 | 1010000 | 1010010 | 0 | 110011 | 100100 | 10001111 | 1000110 | 100110 |
Color Harmonies of #1DA350
Complementary color
Monochromatic Colors of #1DA350
Black with #1DA350
Text Example
Text Example
White with #1DA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA350; }
p { color: rgb(29,163,80); }
H1.HeaderClassName
{
color: #1DA350;
}
.AnyTagClassName
{
color: #1DA350;
}
</style>
background-color css
<style>
a { background-color: #1DA350; }
a { background-color: rgb(29,163,80); }
div.DivClassName
{
background-color: #1DA350;
}
.BgClassName
{
background-color: #1DA350;
}
</style>
border-color css
<style>
span { border-color: #1DA350; }
span { border-color: rgb(29,163,80); }
td.TdClassName
{
border-color: #1DA350;
}
.TagClassName
{
border-color: #1DA350;
}
</style>