Shades of Mountain Meadow #1DB075
Tints of Mountain Meadow #1DB075
RGB
CMYK
RGB Variations
Color information
#1DB075 (or 0x1DB075) is known color: Mountain Meadow. HEX triplet: 1D, B0 and 75. RGB value is (29,176,117). Sum of RGB (Red+Green+Blue) = 29+176+117=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB075 is #E24F8A. Grayscale: #7D7D7D. Windows color (decimal): -14831499 or 7712797. OLE color: 7712797.
HSL color Cylindrical-coordinate representation of color #1DB075: hue angle of 155.92º 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 #1DB075 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 117 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.31 |
| HSL | 155.92º | 0.72% | 0.4% | - |
| HSV(B) | 155.92º | 0.84% | 0.69% | - |
| XYZ | 19.24 | 32.6 | 22.11 | - |
| YUV | 125.32 | 123.3 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 117 | 0.84 | 0 | 0.34 | 0.31 | 155.92 | 0.72 | 0.4 |
| Hex | 1D | B0 | 75 | 54 | 0 | 22 | 1F | 9C | 48 | 28 |
| Octal | 35 | 260 | 165 | 124 | 0 | 42 | 37 | 234 | 110 | 50 |
| Binary | 11101 | 10110000 | 1110101 | 1010100 | 0 | 100010 | 11111 | 10011100 | 1001000 | 101000 |
Color Harmonies of #1DB075
Complementary color
Monochromatic Colors of #1DB075
Black with #1DB075
Text Example
Text Example
White with #1DB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB075; }
p { color: rgb(29,176,117); }
H1.HeaderClassName
{
color: #1DB075;
}
.AnyTagClassName
{
color: #1DB075;
}
</style>
background-color css
<style>
a { background-color: #1DB075; }
a { background-color: rgb(29,176,117); }
div.DivClassName
{
background-color: #1DB075;
}
.BgClassName
{
background-color: #1DB075;
}
</style>
border-color css
<style>
span { border-color: #1DB075; }
span { border-color: rgb(29,176,117); }
td.TdClassName
{
border-color: #1DB075;
}
.TagClassName
{
border-color: #1DB075;
}
</style>