Shades of Eucalyptus #1D9C60
Tints of Eucalyptus #1D9C60
RGB
CMYK
RGB Variations
Color information
#1D9C60 (or 0x1D9C60) is known color: Eucalyptus. HEX triplet: 1D, 9C and 60. RGB value is (29,156,96). Sum of RGB (Red+Green+Blue) = 29+156+96=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9C60 is #E2639F. Grayscale: #6F6F6F. Windows color (decimal): -14836640 or 6331421. OLE color: 6331421.
HSL color Cylindrical-coordinate representation of color #1D9C60: hue angle of 151.65º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9C60 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 156 | 96 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.39 |
| HSL | 151.65º | 0.69% | 0.36% | - |
| HSV(B) | 151.65º | 0.81% | 0.61% | - |
| XYZ | 14.51 | 24.88 | 15.1 | - |
| YUV | 111.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 96 | 0.81 | 0 | 0.38 | 0.39 | 151.65 | 0.69 | 0.36 |
| Hex | 1D | 9C | 60 | 51 | 0 | 26 | 27 | 98 | 45 | 24 |
| Octal | 35 | 234 | 140 | 121 | 0 | 46 | 47 | 230 | 105 | 44 |
| Binary | 11101 | 10011100 | 1100000 | 1010001 | 0 | 100110 | 100111 | 10011000 | 1000101 | 100100 |
Color Harmonies of #1D9C60
Complementary color
Monochromatic Colors of #1D9C60
Black with #1D9C60
Text Example
Text Example
White with #1D9C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C60; }
p { color: rgb(29,156,96); }
H1.HeaderClassName
{
color: #1D9C60;
}
.AnyTagClassName
{
color: #1D9C60;
}
</style>
background-color css
<style>
a { background-color: #1D9C60; }
a { background-color: rgb(29,156,96); }
div.DivClassName
{
background-color: #1D9C60;
}
.BgClassName
{
background-color: #1D9C60;
}
</style>
border-color css
<style>
span { border-color: #1D9C60; }
span { border-color: rgb(29,156,96); }
td.TdClassName
{
border-color: #1D9C60;
}
.TagClassName
{
border-color: #1D9C60;
}
</style>