Shades of Eucalyptus #1D9C5F
Tints of Eucalyptus #1D9C5F
RGB
CMYK
RGB Variations
Color information
#1D9C5F (or 0x1D9C5F) is known color: Eucalyptus. HEX triplet: 1D, 9C and 5F. RGB value is (29,156,95). Sum of RGB (Red+Green+Blue) = 29+156+95=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9C5F is #E263A0. Grayscale: #6F6F6F. Windows color (decimal): -14836641 or 6265885. OLE color: 6265885.
HSL color Cylindrical-coordinate representation of color #1D9C5F: hue angle of 151.18º 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 #1D9C5F is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 156 | 95 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.39 |
| HSL | 151.18º | 0.69% | 0.36% | - |
| HSV(B) | 151.18º | 0.81% | 0.61% | - |
| XYZ | 14.46 | 24.86 | 14.86 | - |
| YUV | 111.07 | 118.92 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 95 | 0.81 | 0 | 0.39 | 0.39 | 151.18 | 0.69 | 0.36 |
| Hex | 1D | 9C | 5F | 51 | 0 | 27 | 27 | 97 | 45 | 24 |
| Octal | 35 | 234 | 137 | 121 | 0 | 47 | 47 | 227 | 105 | 44 |
| Binary | 11101 | 10011100 | 1011111 | 1010001 | 0 | 100111 | 100111 | 10010111 | 1000101 | 100100 |
Color Harmonies of #1D9C5F
Complementary color
Monochromatic Colors of #1D9C5F
Black with #1D9C5F
Text Example
Text Example
White with #1D9C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C5F; }
p { color: rgb(29,156,95); }
H1.HeaderClassName
{
color: #1D9C5F;
}
.AnyTagClassName
{
color: #1D9C5F;
}
</style>
background-color css
<style>
a { background-color: #1D9C5F; }
a { background-color: rgb(29,156,95); }
div.DivClassName
{
background-color: #1D9C5F;
}
.BgClassName
{
background-color: #1D9C5F;
}
</style>
border-color css
<style>
span { border-color: #1D9C5F; }
span { border-color: rgb(29,156,95); }
td.TdClassName
{
border-color: #1D9C5F;
}
.TagClassName
{
border-color: #1D9C5F;
}
</style>