Shades of Mountain Meadow #1DB375
Tints of Mountain Meadow #1DB375
RGB
CMYK
RGB Variations
Color information
#1DB375 (or 0x1DB375) is known color: Mountain Meadow. HEX triplet: 1D, B3 and 75. RGB value is (29,179,117). Sum of RGB (Red+Green+Blue) = 29+179+117=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB375 is #E24C8A. Grayscale: #7F7F7F. Windows color (decimal): -14830731 or 7713565. OLE color: 7713565.
HSL color Cylindrical-coordinate representation of color #1DB375: hue angle of 155.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB375 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 117 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.30 |
| HSL | 155.2º | 0.72% | 0.41% | - |
| HSV(B) | 155.2º | 0.84% | 0.7% | - |
| XYZ | 19.84 | 33.79 | 22.31 | - |
| YUV | 127.08 | 122.31 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 117 | 0.84 | 0 | 0.35 | 0.30 | 155.2 | 0.72 | 0.41 |
| Hex | 1D | B3 | 75 | 54 | 0 | 23 | 1E | 9B | 48 | 29 |
| Octal | 35 | 263 | 165 | 124 | 0 | 43 | 36 | 233 | 110 | 51 |
| Binary | 11101 | 10110011 | 1110101 | 1010100 | 0 | 100011 | 11110 | 10011011 | 1001000 | 101001 |
Color Harmonies of #1DB375
Complementary color
Monochromatic Colors of #1DB375
Black with #1DB375
Text Example
Text Example
White with #1DB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB375; }
p { color: rgb(29,179,117); }
H1.HeaderClassName
{
color: #1DB375;
}
.AnyTagClassName
{
color: #1DB375;
}
</style>
background-color css
<style>
a { background-color: #1DB375; }
a { background-color: rgb(29,179,117); }
div.DivClassName
{
background-color: #1DB375;
}
.BgClassName
{
background-color: #1DB375;
}
</style>
border-color css
<style>
span { border-color: #1DB375; }
span { border-color: rgb(29,179,117); }
td.TdClassName
{
border-color: #1DB375;
}
.TagClassName
{
border-color: #1DB375;
}
</style>