Shades of Eucalyptus #1D985B
Tints of Eucalyptus #1D985B
RGB
CMYK
RGB Variations
Color information
#1D985B (or 0x1D985B) is known color: Eucalyptus. HEX triplet: 1D, 98 and 5B. RGB value is (29,152,91). Sum of RGB (Red+Green+Blue) = 29+152+91=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #1D985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D985B is #E267A4. Grayscale: #6C6C6C. Windows color (decimal): -14837669 or 6002717. OLE color: 6002717.
HSL color Cylindrical-coordinate representation of color #1D985B: hue angle of 150.24º 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 #1D985B is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 91 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.40 |
| HSL | 150.24º | 0.68% | 0.35% | - |
| HSV(B) | 150.24º | 0.81% | 0.6% | - |
| XYZ | 13.62 | 23.47 | 13.71 | - |
| YUV | 108.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 91 | 0.81 | 0 | 0.40 | 0.40 | 150.24 | 0.68 | 0.35 |
| Hex | 1D | 98 | 5B | 51 | 0 | 28 | 28 | 96 | 44 | 23 |
| Octal | 35 | 230 | 133 | 121 | 0 | 50 | 50 | 226 | 104 | 43 |
| Binary | 11101 | 10011000 | 1011011 | 1010001 | 0 | 101000 | 101000 | 10010110 | 1000100 | 100011 |
Color Harmonies of #1D985B
Complementary color
Monochromatic Colors of #1D985B
Black with #1D985B
Text Example
Text Example
White with #1D985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D985B; }
p { color: rgb(29,152,91); }
H1.HeaderClassName
{
color: #1D985B;
}
.AnyTagClassName
{
color: #1D985B;
}
</style>
background-color css
<style>
a { background-color: #1D985B; }
a { background-color: rgb(29,152,91); }
div.DivClassName
{
background-color: #1D985B;
}
.BgClassName
{
background-color: #1D985B;
}
</style>
border-color css
<style>
span { border-color: #1D985B; }
span { border-color: rgb(29,152,91); }
td.TdClassName
{
border-color: #1D985B;
}
.TagClassName
{
border-color: #1D985B;
}
</style>