Shades of Eucalyptus #1D9B62
Tints of Eucalyptus #1D9B62
RGB
CMYK
RGB Variations
Color information
#1D9B62 (or 0x1D9B62) is known color: Eucalyptus. HEX triplet: 1D, 9B and 62. RGB value is (29,155,98). Sum of RGB (Red+Green+Blue) = 29+155+98=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #1D9B62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9B62 is #E2649D. Grayscale: #6E6E6E. Windows color (decimal): -14836894 or 6462237. OLE color: 6462237.
HSL color Cylindrical-coordinate representation of color #1D9B62: hue angle of 152.86º degrees, saturation: 0.68, 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 #1D9B62 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 155 | 98 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.39 |
| HSL | 152.86º | 0.68% | 0.36% | - |
| HSV(B) | 152.86º | 0.81% | 0.61% | - |
| XYZ | 14.43 | 24.59 | 15.54 | - |
| YUV | 110.83 | 120.76 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 155 | 98 | 0.81 | 0 | 0.37 | 0.39 | 152.86 | 0.68 | 0.36 |
| Hex | 1D | 9B | 62 | 51 | 0 | 25 | 27 | 99 | 44 | 24 |
| Octal | 35 | 233 | 142 | 121 | 0 | 45 | 47 | 231 | 104 | 44 |
| Binary | 11101 | 10011011 | 1100010 | 1010001 | 0 | 100101 | 100111 | 10011001 | 1000100 | 100100 |
Color Harmonies of #1D9B62
Complementary color
Monochromatic Colors of #1D9B62
Black with #1D9B62
Text Example
Text Example
White with #1D9B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9B62; }
p { color: rgb(29,155,98); }
H1.HeaderClassName
{
color: #1D9B62;
}
.AnyTagClassName
{
color: #1D9B62;
}
</style>
background-color css
<style>
a { background-color: #1D9B62; }
a { background-color: rgb(29,155,98); }
div.DivClassName
{
background-color: #1D9B62;
}
.BgClassName
{
background-color: #1D9B62;
}
</style>
border-color css
<style>
span { border-color: #1D9B62; }
span { border-color: rgb(29,155,98); }
td.TdClassName
{
border-color: #1D9B62;
}
.TagClassName
{
border-color: #1D9B62;
}
</style>