Shades of Mountain Meadow #1DB06B
Tints of Mountain Meadow #1DB06B
RGB
CMYK
RGB Variations
Color information
#1DB06B (or 0x1DB06B) is known color: Mountain Meadow. HEX triplet: 1D, B0 and 6B. RGB value is (29,176,107). Sum of RGB (Red+Green+Blue) = 29+176+107=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB06B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB06B is #E24F94. Grayscale: #7C7C7C. Windows color (decimal): -14831509 or 7057437. OLE color: 7057437.
HSL color Cylindrical-coordinate representation of color #1DB06B: hue angle of 151.84º 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 #1DB06B is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 107 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.31 |
| HSL | 151.84º | 0.72% | 0.4% | - |
| HSV(B) | 151.84º | 0.84% | 0.69% | - |
| XYZ | 18.69 | 32.37 | 19.17 | - |
| YUV | 124.18 | 118.3 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 107 | 0.84 | 0 | 0.39 | 0.31 | 151.84 | 0.72 | 0.4 |
| Hex | 1D | B0 | 6B | 54 | 0 | 27 | 1F | 98 | 48 | 28 |
| Octal | 35 | 260 | 153 | 124 | 0 | 47 | 37 | 230 | 110 | 50 |
| Binary | 11101 | 10110000 | 1101011 | 1010100 | 0 | 100111 | 11111 | 10011000 | 1001000 | 101000 |
Color Harmonies of #1DB06B
Complementary color
Monochromatic Colors of #1DB06B
Black with #1DB06B
Text Example
Text Example
White with #1DB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB06B; }
p { color: rgb(29,176,107); }
H1.HeaderClassName
{
color: #1DB06B;
}
.AnyTagClassName
{
color: #1DB06B;
}
</style>
background-color css
<style>
a { background-color: #1DB06B; }
a { background-color: rgb(29,176,107); }
div.DivClassName
{
background-color: #1DB06B;
}
.BgClassName
{
background-color: #1DB06B;
}
</style>
border-color css
<style>
span { border-color: #1DB06B; }
span { border-color: rgb(29,176,107); }
td.TdClassName
{
border-color: #1DB06B;
}
.TagClassName
{
border-color: #1DB06B;
}
</style>