Shades of Eucalyptus #1D985F
Tints of Eucalyptus #1D985F
RGB
CMYK
RGB Variations
Color information
#1D985F (or 0x1D985F) is known color: Eucalyptus. HEX triplet: 1D, 98 and 5F. RGB value is (29,152,95). Sum of RGB (Red+Green+Blue) = 29+152+95=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #1D985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D985F is #E267A0. Grayscale: #6C6C6C. Windows color (decimal): -14837665 or 6264861. OLE color: 6264861.
HSL color Cylindrical-coordinate representation of color #1D985F: hue angle of 152.2º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D985F is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 95 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.40 |
| HSL | 152.2º | 0.68% | 0.35% | - |
| HSV(B) | 152.2º | 0.81% | 0.6% | - |
| XYZ | 13.8 | 23.54 | 14.64 | - |
| YUV | 108.73 | 120.25 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 95 | 0.81 | 0 | 0.38 | 0.40 | 152.2 | 0.68 | 0.35 |
| Hex | 1D | 98 | 5F | 51 | 0 | 26 | 28 | 98 | 44 | 23 |
| Octal | 35 | 230 | 137 | 121 | 0 | 46 | 50 | 230 | 104 | 43 |
| Binary | 11101 | 10011000 | 1011111 | 1010001 | 0 | 100110 | 101000 | 10011000 | 1000100 | 100011 |
Color Harmonies of #1D985F
Complementary color
Monochromatic Colors of #1D985F
Black with #1D985F
Text Example
Text Example
White with #1D985F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D985F; }
p { color: rgb(29,152,95); }
H1.HeaderClassName
{
color: #1D985F;
}
.AnyTagClassName
{
color: #1D985F;
}
</style>
background-color css
<style>
a { background-color: #1D985F; }
a { background-color: rgb(29,152,95); }
div.DivClassName
{
background-color: #1D985F;
}
.BgClassName
{
background-color: #1D985F;
}
</style>
border-color css
<style>
span { border-color: #1D985F; }
span { border-color: rgb(29,152,95); }
td.TdClassName
{
border-color: #1D985F;
}
.TagClassName
{
border-color: #1D985F;
}
</style>