Shades of Eucalyptus #1DA763
Tints of Eucalyptus #1DA763
RGB
CMYK
RGB Variations
Color information
#1DA763 (or 0x1DA763) is known color: Eucalyptus. HEX triplet: 1D, A7 and 63. RGB value is (29,167,99). Sum of RGB (Red+Green+Blue) = 29+167+99=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 167 (65.62% from 255 or 56.61% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 167 - color contains mainly: green. Hex color #1DA763 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA763 is #E2589C. Grayscale: #767676. Windows color (decimal): -14833821 or 6530845. OLE color: 6530845.
HSL color Cylindrical-coordinate representation of color #1DA763: hue angle of 150.43º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA763 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 167 | 99 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.35 |
| HSL | 150.43º | 0.7% | 0.38% | - |
| HSV(B) | 150.43º | 0.83% | 0.65% | - |
| XYZ | 16.58 | 28.8 | 16.49 | - |
| YUV | 117.99 | 117.28 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 167 | 99 | 0.83 | 0 | 0.41 | 0.35 | 150.43 | 0.7 | 0.38 |
| Hex | 1D | A7 | 63 | 53 | 0 | 29 | 23 | 96 | 46 | 26 |
| Octal | 35 | 247 | 143 | 123 | 0 | 51 | 43 | 226 | 106 | 46 |
| Binary | 11101 | 10100111 | 1100011 | 1010011 | 0 | 101001 | 100011 | 10010110 | 1000110 | 100110 |
Color Harmonies of #1DA763
Complementary color
Monochromatic Colors of #1DA763
Black with #1DA763
Text Example
Text Example
White with #1DA763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA763; }
p { color: rgb(29,167,99); }
H1.HeaderClassName
{
color: #1DA763;
}
.AnyTagClassName
{
color: #1DA763;
}
</style>
background-color css
<style>
a { background-color: #1DA763; }
a { background-color: rgb(29,167,99); }
div.DivClassName
{
background-color: #1DA763;
}
.BgClassName
{
background-color: #1DA763;
}
</style>
border-color css
<style>
span { border-color: #1DA763; }
span { border-color: rgb(29,167,99); }
td.TdClassName
{
border-color: #1DA763;
}
.TagClassName
{
border-color: #1DA763;
}
</style>