Shades of Eucalyptus #1D9D57
Tints of Eucalyptus #1D9D57
RGB
CMYK
RGB Variations
Color information
#1D9D57 (or 0x1D9D57) is known color: Eucalyptus. HEX triplet: 1D, 9D and 57. RGB value is (29,157,87). Sum of RGB (Red+Green+Blue) = 29+157+87=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #1D9D57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9D57 is #E262A8. Grayscale: #6E6E6E. Windows color (decimal): -14836393 or 5741853. OLE color: 5741853.
HSL color Cylindrical-coordinate representation of color #1D9D57: hue angle of 147.19º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9D57 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 157 | 87 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.38 |
| HSL | 147.19º | 0.69% | 0.36% | - |
| HSV(B) | 147.19º | 0.82% | 0.62% | - |
| XYZ | 14.28 | 25.06 | 13.1 | - |
| YUV | 110.75 | 114.59 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 157 | 87 | 0.82 | 0 | 0.45 | 0.38 | 147.19 | 0.69 | 0.36 |
| Hex | 1D | 9D | 57 | 52 | 0 | 2D | 26 | 93 | 45 | 24 |
| Octal | 35 | 235 | 127 | 122 | 0 | 55 | 46 | 223 | 105 | 44 |
| Binary | 11101 | 10011101 | 1010111 | 1010010 | 0 | 101101 | 100110 | 10010011 | 1000101 | 100100 |
Color Harmonies of #1D9D57
Complementary color
Monochromatic Colors of #1D9D57
Black with #1D9D57
Text Example
Text Example
White with #1D9D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9D57; }
p { color: rgb(29,157,87); }
H1.HeaderClassName
{
color: #1D9D57;
}
.AnyTagClassName
{
color: #1D9D57;
}
</style>
background-color css
<style>
a { background-color: #1D9D57; }
a { background-color: rgb(29,157,87); }
div.DivClassName
{
background-color: #1D9D57;
}
.BgClassName
{
background-color: #1D9D57;
}
</style>
border-color css
<style>
span { border-color: #1D9D57; }
span { border-color: rgb(29,157,87); }
td.TdClassName
{
border-color: #1D9D57;
}
.TagClassName
{
border-color: #1D9D57;
}
</style>