Shades of Eucalyptus #1DAE5D
Tints of Eucalyptus #1DAE5D
RGB
CMYK
RGB Variations
Color information
#1DAE5D (or 0x1DAE5D) is known color: Eucalyptus. HEX triplet: 1D, AE and 5D. RGB value is (29,174,93). Sum of RGB (Red+Green+Blue) = 29+174+93=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 174 (68.36% from 255 or 58.78% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAE5D is #E251A2. Grayscale: #797979. Windows color (decimal): -14832035 or 6139421. OLE color: 6139421.
HSL color Cylindrical-coordinate representation of color #1DAE5D: hue angle of 146.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE5D is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 93 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.32 |
| HSL | 146.48º | 0.71% | 0.4% | - |
| HSV(B) | 146.48º | 0.83% | 0.68% | - |
| XYZ | 17.62 | 31.32 | 15.47 | - |
| YUV | 121.41 | 111.96 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 93 | 0.83 | 0 | 0.47 | 0.32 | 146.48 | 0.71 | 0.4 |
| Hex | 1D | AE | 5D | 53 | 0 | 2F | 20 | 92 | 47 | 28 |
| Octal | 35 | 256 | 135 | 123 | 0 | 57 | 40 | 222 | 107 | 50 |
| Binary | 11101 | 10101110 | 1011101 | 1010011 | 0 | 101111 | 100000 | 10010010 | 1000111 | 101000 |
Color Harmonies of #1DAE5D
Complementary color
Monochromatic Colors of #1DAE5D
Black with #1DAE5D
Text Example
Text Example
White with #1DAE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE5D; }
p { color: rgb(29,174,93); }
H1.HeaderClassName
{
color: #1DAE5D;
}
.AnyTagClassName
{
color: #1DAE5D;
}
</style>
background-color css
<style>
a { background-color: #1DAE5D; }
a { background-color: rgb(29,174,93); }
div.DivClassName
{
background-color: #1DAE5D;
}
.BgClassName
{
background-color: #1DAE5D;
}
</style>
border-color css
<style>
span { border-color: #1DAE5D; }
span { border-color: rgb(29,174,93); }
td.TdClassName
{
border-color: #1DAE5D;
}
.TagClassName
{
border-color: #1DAE5D;
}
</style>