Shades of Eucalyptus #1DB15F
Tints of Eucalyptus #1DB15F
RGB
CMYK
RGB Variations
Color information
#1DB15F (or 0x1DB15F) is known color: Eucalyptus. HEX triplet: 1D, B1 and 5F. RGB value is (29,177,95). Sum of RGB (Red+Green+Blue) = 29+177+95=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB15F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB15F is #E24EA0. Grayscale: #7B7B7B. Windows color (decimal): -14831265 or 6271261. OLE color: 6271261.
HSL color Cylindrical-coordinate representation of color #1DB15F: hue angle of 146.76º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB15F is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 95 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.31 |
| HSL | 146.76º | 0.72% | 0.4% | - |
| HSV(B) | 146.76º | 0.84% | 0.69% | - |
| XYZ | 18.29 | 32.53 | 16.14 | - |
| YUV | 123.4 | 111.97 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 95 | 0.84 | 0 | 0.46 | 0.31 | 146.76 | 0.72 | 0.4 |
| Hex | 1D | B1 | 5F | 54 | 0 | 2E | 1F | 93 | 48 | 28 |
| Octal | 35 | 261 | 137 | 124 | 0 | 56 | 37 | 223 | 110 | 50 |
| Binary | 11101 | 10110001 | 1011111 | 1010100 | 0 | 101110 | 11111 | 10010011 | 1001000 | 101000 |
Color Harmonies of #1DB15F
Complementary color
Monochromatic Colors of #1DB15F
Black with #1DB15F
Text Example
Text Example
White with #1DB15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB15F; }
p { color: rgb(29,177,95); }
H1.HeaderClassName
{
color: #1DB15F;
}
.AnyTagClassName
{
color: #1DB15F;
}
</style>
background-color css
<style>
a { background-color: #1DB15F; }
a { background-color: rgb(29,177,95); }
div.DivClassName
{
background-color: #1DB15F;
}
.BgClassName
{
background-color: #1DB15F;
}
</style>
border-color css
<style>
span { border-color: #1DB15F; }
span { border-color: rgb(29,177,95); }
td.TdClassName
{
border-color: #1DB15F;
}
.TagClassName
{
border-color: #1DB15F;
}
</style>