Shades of Eucalyptus #1DAA5C
Tints of Eucalyptus #1DAA5C
RGB
CMYK
RGB Variations
Color information
#1DAA5C (or 0x1DAA5C) is known color: Eucalyptus. HEX triplet: 1D, AA and 5C. RGB value is (29,170,92). Sum of RGB (Red+Green+Blue) = 29+170+92=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAA5C is #E255A3. Grayscale: #777777. Windows color (decimal): -14833060 or 6072861. OLE color: 6072861.
HSL color Cylindrical-coordinate representation of color #1DAA5C: hue angle of 146.81º 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 #1DAA5C is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 92 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.33 |
| HSL | 146.81º | 0.71% | 0.39% | - |
| HSV(B) | 146.81º | 0.83% | 0.67% | - |
| XYZ | 16.81 | 29.78 | 14.99 | - |
| YUV | 118.95 | 112.79 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 92 | 0.83 | 0 | 0.46 | 0.33 | 146.81 | 0.71 | 0.39 |
| Hex | 1D | AA | 5C | 53 | 0 | 2E | 21 | 93 | 47 | 27 |
| Octal | 35 | 252 | 134 | 123 | 0 | 56 | 41 | 223 | 107 | 47 |
| Binary | 11101 | 10101010 | 1011100 | 1010011 | 0 | 101110 | 100001 | 10010011 | 1000111 | 100111 |
Color Harmonies of #1DAA5C
Complementary color
Monochromatic Colors of #1DAA5C
Black with #1DAA5C
Text Example
Text Example
White with #1DAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA5C; }
p { color: rgb(29,170,92); }
H1.HeaderClassName
{
color: #1DAA5C;
}
.AnyTagClassName
{
color: #1DAA5C;
}
</style>
background-color css
<style>
a { background-color: #1DAA5C; }
a { background-color: rgb(29,170,92); }
div.DivClassName
{
background-color: #1DAA5C;
}
.BgClassName
{
background-color: #1DAA5C;
}
</style>
border-color css
<style>
span { border-color: #1DAA5C; }
span { border-color: rgb(29,170,92); }
td.TdClassName
{
border-color: #1DAA5C;
}
.TagClassName
{
border-color: #1DAA5C;
}
</style>