Shades of Eucalyptus #1DA361
Tints of Eucalyptus #1DA361
RGB
CMYK
RGB Variations
Color information
#1DA361 (or 0x1DA361) is known color: Eucalyptus. HEX triplet: 1D, A3 and 61. RGB value is (29,163,97). Sum of RGB (Red+Green+Blue) = 29+163+97=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 163 (64.06% from 255 or 56.40% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA361 is #E25C9E. Grayscale: #737373. Windows color (decimal): -14834847 or 6398749. OLE color: 6398749.
HSL color Cylindrical-coordinate representation of color #1DA361: hue angle of 150.45º 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 #1DA361 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 97 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.36 |
| HSL | 150.45º | 0.7% | 0.38% | - |
| HSV(B) | 150.45º | 0.82% | 0.64% | - |
| XYZ | 15.76 | 27.32 | 15.75 | - |
| YUV | 115.41 | 117.61 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 97 | 0.82 | 0 | 0.40 | 0.36 | 150.45 | 0.7 | 0.38 |
| Hex | 1D | A3 | 61 | 52 | 0 | 28 | 24 | 96 | 46 | 26 |
| Octal | 35 | 243 | 141 | 122 | 0 | 50 | 44 | 226 | 106 | 46 |
| Binary | 11101 | 10100011 | 1100001 | 1010010 | 0 | 101000 | 100100 | 10010110 | 1000110 | 100110 |
Color Harmonies of #1DA361
Complementary color
Monochromatic Colors of #1DA361
Black with #1DA361
Text Example
Text Example
White with #1DA361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA361; }
p { color: rgb(29,163,97); }
H1.HeaderClassName
{
color: #1DA361;
}
.AnyTagClassName
{
color: #1DA361;
}
</style>
background-color css
<style>
a { background-color: #1DA361; }
a { background-color: rgb(29,163,97); }
div.DivClassName
{
background-color: #1DA361;
}
.BgClassName
{
background-color: #1DA361;
}
</style>
border-color css
<style>
span { border-color: #1DA361; }
span { border-color: rgb(29,163,97); }
td.TdClassName
{
border-color: #1DA361;
}
.TagClassName
{
border-color: #1DA361;
}
</style>