Shades of Eucalyptus #1D9F62
Tints of Eucalyptus #1D9F62
RGB
CMYK
RGB Variations
Color information
#1D9F62 (or 0x1D9F62) is known color: Eucalyptus. HEX triplet: 1D, 9F and 62. RGB value is (29,159,98). Sum of RGB (Red+Green+Blue) = 29+159+98=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #1D9F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9F62 is #E2609D. Grayscale: #717171. Windows color (decimal): -14835870 or 6463261. OLE color: 6463261.
HSL color Cylindrical-coordinate representation of color #1D9F62: hue angle of 151.85º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9F62 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 159 | 98 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.38 |
| HSL | 151.85º | 0.69% | 0.37% | - |
| HSV(B) | 151.85º | 0.82% | 0.62% | - |
| XYZ | 15.11 | 25.94 | 15.77 | - |
| YUV | 113.18 | 119.43 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 98 | 0.82 | 0 | 0.38 | 0.38 | 151.85 | 0.69 | 0.37 |
| Hex | 1D | 9F | 62 | 52 | 0 | 26 | 26 | 98 | 45 | 25 |
| Octal | 35 | 237 | 142 | 122 | 0 | 46 | 46 | 230 | 105 | 45 |
| Binary | 11101 | 10011111 | 1100010 | 1010010 | 0 | 100110 | 100110 | 10011000 | 1000101 | 100101 |
Color Harmonies of #1D9F62
Complementary color
Monochromatic Colors of #1D9F62
Black with #1D9F62
Text Example
Text Example
White with #1D9F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9F62; }
p { color: rgb(29,159,98); }
H1.HeaderClassName
{
color: #1D9F62;
}
.AnyTagClassName
{
color: #1D9F62;
}
</style>
background-color css
<style>
a { background-color: #1D9F62; }
a { background-color: rgb(29,159,98); }
div.DivClassName
{
background-color: #1D9F62;
}
.BgClassName
{
background-color: #1D9F62;
}
</style>
border-color css
<style>
span { border-color: #1D9F62; }
span { border-color: rgb(29,159,98); }
td.TdClassName
{
border-color: #1D9F62;
}
.TagClassName
{
border-color: #1D9F62;
}
</style>