Shades of Eucalyptus #1DAB67
Tints of Eucalyptus #1DAB67
RGB
CMYK
RGB Variations
Color information
#1DAB67 (or 0x1DAB67) is known color: Eucalyptus. HEX triplet: 1D, AB and 67. RGB value is (29,171,103). Sum of RGB (Red+Green+Blue) = 29+171+103=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAB67 is #E25498. Grayscale: #787878. Windows color (decimal): -14832793 or 6794013. OLE color: 6794013.
HSL color Cylindrical-coordinate representation of color #1DAB67: hue angle of 151.27º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAB67 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 171 | 103 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.33 |
| HSL | 151.27º | 0.71% | 0.39% | - |
| HSV(B) | 151.27º | 0.83% | 0.67% | - |
| XYZ | 17.52 | 30.37 | 17.77 | - |
| YUV | 120.79 | 117.96 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 103 | 0.83 | 0 | 0.40 | 0.33 | 151.27 | 0.71 | 0.39 |
| Hex | 1D | AB | 67 | 53 | 0 | 28 | 21 | 97 | 47 | 27 |
| Octal | 35 | 253 | 147 | 123 | 0 | 50 | 41 | 227 | 107 | 47 |
| Binary | 11101 | 10101011 | 1100111 | 1010011 | 0 | 101000 | 100001 | 10010111 | 1000111 | 100111 |
Color Harmonies of #1DAB67
Complementary color
Monochromatic Colors of #1DAB67
Black with #1DAB67
Text Example
Text Example
White with #1DAB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAB67; }
p { color: rgb(29,171,103); }
H1.HeaderClassName
{
color: #1DAB67;
}
.AnyTagClassName
{
color: #1DAB67;
}
</style>
background-color css
<style>
a { background-color: #1DAB67; }
a { background-color: rgb(29,171,103); }
div.DivClassName
{
background-color: #1DAB67;
}
.BgClassName
{
background-color: #1DAB67;
}
</style>
border-color css
<style>
span { border-color: #1DAB67; }
span { border-color: rgb(29,171,103); }
td.TdClassName
{
border-color: #1DAB67;
}
.TagClassName
{
border-color: #1DAB67;
}
</style>