Shades of Mountain Meadow #1DB26B
Tints of Mountain Meadow #1DB26B
RGB
CMYK
RGB Variations
Color information
#1DB26B (or 0x1DB26B) is known color: Mountain Meadow. HEX triplet: 1D, B2 and 6B. RGB value is (29,178,107). Sum of RGB (Red+Green+Blue) = 29+178+107=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 178 (69.92% from 255 or 56.69% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB26B is #E24D94. Grayscale: #7D7D7D. Windows color (decimal): -14830997 or 7057949. OLE color: 7057949.
HSL color Cylindrical-coordinate representation of color #1DB26B: hue angle of 151.41º 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 #1DB26B is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 107 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.30 |
| HSL | 151.41º | 0.72% | 0.41% | - |
| HSV(B) | 151.41º | 0.84% | 0.7% | - |
| XYZ | 19.08 | 33.16 | 19.31 | - |
| YUV | 125.36 | 117.64 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 107 | 0.84 | 0 | 0.40 | 0.30 | 151.41 | 0.72 | 0.41 |
| Hex | 1D | B2 | 6B | 54 | 0 | 28 | 1E | 97 | 48 | 29 |
| Octal | 35 | 262 | 153 | 124 | 0 | 50 | 36 | 227 | 110 | 51 |
| Binary | 11101 | 10110010 | 1101011 | 1010100 | 0 | 101000 | 11110 | 10010111 | 1001000 | 101001 |
Color Harmonies of #1DB26B
Complementary color
Monochromatic Colors of #1DB26B
Black with #1DB26B
Text Example
Text Example
White with #1DB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB26B; }
p { color: rgb(29,178,107); }
H1.HeaderClassName
{
color: #1DB26B;
}
.AnyTagClassName
{
color: #1DB26B;
}
</style>
background-color css
<style>
a { background-color: #1DB26B; }
a { background-color: rgb(29,178,107); }
div.DivClassName
{
background-color: #1DB26B;
}
.BgClassName
{
background-color: #1DB26B;
}
</style>
border-color css
<style>
span { border-color: #1DB26B; }
span { border-color: rgb(29,178,107); }
td.TdClassName
{
border-color: #1DB26B;
}
.TagClassName
{
border-color: #1DB26B;
}
</style>