Shades of Eucalyptus #1DAA63
Tints of Eucalyptus #1DAA63
RGB
CMYK
RGB Variations
Color information
#1DAA63 (or 0x1DAA63) is known color: Eucalyptus. HEX triplet: 1D, AA and 63. RGB value is (29,170,99). Sum of RGB (Red+Green+Blue) = 29+170+99=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAA63 is #E2559C. Grayscale: #777777. Windows color (decimal): -14833053 or 6531613. OLE color: 6531613.
HSL color Cylindrical-coordinate representation of color #1DAA63: hue angle of 149.79º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAA63 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 99 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.33 |
| HSL | 149.79º | 0.71% | 0.39% | - |
| HSV(B) | 149.79º | 0.83% | 0.67% | - |
| XYZ | 17.13 | 29.91 | 16.67 | - |
| YUV | 119.75 | 116.29 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 99 | 0.83 | 0 | 0.42 | 0.33 | 149.79 | 0.71 | 0.39 |
| Hex | 1D | AA | 63 | 53 | 0 | 2A | 21 | 96 | 47 | 27 |
| Octal | 35 | 252 | 143 | 123 | 0 | 52 | 41 | 226 | 107 | 47 |
| Binary | 11101 | 10101010 | 1100011 | 1010011 | 0 | 101010 | 100001 | 10010110 | 1000111 | 100111 |
Color Harmonies of #1DAA63
Complementary color
Monochromatic Colors of #1DAA63
Black with #1DAA63
Text Example
Text Example
White with #1DAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA63; }
p { color: rgb(29,170,99); }
H1.HeaderClassName
{
color: #1DAA63;
}
.AnyTagClassName
{
color: #1DAA63;
}
</style>
background-color css
<style>
a { background-color: #1DAA63; }
a { background-color: rgb(29,170,99); }
div.DivClassName
{
background-color: #1DAA63;
}
.BgClassName
{
background-color: #1DAA63;
}
</style>
border-color css
<style>
span { border-color: #1DAA63; }
span { border-color: rgb(29,170,99); }
td.TdClassName
{
border-color: #1DAA63;
}
.TagClassName
{
border-color: #1DAA63;
}
</style>