Shades of Eucalyptus #1D985E
Tints of Eucalyptus #1D985E
RGB
CMYK
RGB Variations
Color information
#1D985E (or 0x1D985E) is known color: Eucalyptus. HEX triplet: 1D, 98 and 5E. RGB value is (29,152,94). Sum of RGB (Red+Green+Blue) = 29+152+94=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #1D985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D985E is #E267A1. Grayscale: #6C6C6C. Windows color (decimal): -14837666 or 6199325. OLE color: 6199325.
HSL color Cylindrical-coordinate representation of color #1D985E: hue angle of 151.71º 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 #1D985E is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 94 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.40 |
| HSL | 151.71º | 0.68% | 0.35% | - |
| HSV(B) | 151.71º | 0.81% | 0.6% | - |
| XYZ | 13.76 | 23.53 | 14.41 | - |
| YUV | 108.61 | 119.75 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 94 | 0.81 | 0 | 0.38 | 0.40 | 151.71 | 0.68 | 0.35 |
| Hex | 1D | 98 | 5E | 51 | 0 | 26 | 28 | 98 | 44 | 23 |
| Octal | 35 | 230 | 136 | 121 | 0 | 46 | 50 | 230 | 104 | 43 |
| Binary | 11101 | 10011000 | 1011110 | 1010001 | 0 | 100110 | 101000 | 10011000 | 1000100 | 100011 |
Color Harmonies of #1D985E
Complementary color
Monochromatic Colors of #1D985E
Black with #1D985E
Text Example
Text Example
White with #1D985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D985E; }
p { color: rgb(29,152,94); }
H1.HeaderClassName
{
color: #1D985E;
}
.AnyTagClassName
{
color: #1D985E;
}
</style>
background-color css
<style>
a { background-color: #1D985E; }
a { background-color: rgb(29,152,94); }
div.DivClassName
{
background-color: #1D985E;
}
.BgClassName
{
background-color: #1D985E;
}
</style>
border-color css
<style>
span { border-color: #1D985E; }
span { border-color: rgb(29,152,94); }
td.TdClassName
{
border-color: #1D985E;
}
.TagClassName
{
border-color: #1D985E;
}
</style>