Shades of Mountain Meadow #1DB28A
Tints of Mountain Meadow #1DB28A
RGB
CMYK
RGB Variations
Color information
#1DB28A (or 0x1DB28A) is known color: Mountain Meadow. HEX triplet: 1D, B2 and 8A. RGB value is (29,178,138). Sum of RGB (Red+Green+Blue) = 29+178+138=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB28A is #E24D75. Grayscale: #808080. Windows color (decimal): -14830966 or 9089565. OLE color: 9089565.
HSL color Cylindrical-coordinate representation of color #1DB28A: hue angle of 163.89º 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 #1DB28A is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 138 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.30 |
| HSL | 163.89º | 0.72% | 0.41% | - |
| HSV(B) | 163.89º | 0.84% | 0.7% | - |
| XYZ | 21.01 | 33.94 | 29.49 | - |
| YUV | 128.89 | 133.14 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 138 | 0.84 | 0 | 0.22 | 0.30 | 163.89 | 0.72 | 0.41 |
| Hex | 1D | B2 | 8A | 54 | 0 | 16 | 1E | A4 | 48 | 29 |
| Octal | 35 | 262 | 212 | 124 | 0 | 26 | 36 | 244 | 110 | 51 |
| Binary | 11101 | 10110010 | 10001010 | 1010100 | 0 | 10110 | 11110 | 10100100 | 1001000 | 101001 |
Color Harmonies of #1DB28A
Complementary color
Monochromatic Colors of #1DB28A
Black with #1DB28A
Text Example
Text Example
White with #1DB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB28A; }
p { color: rgb(29,178,138); }
H1.HeaderClassName
{
color: #1DB28A;
}
.AnyTagClassName
{
color: #1DB28A;
}
</style>
background-color css
<style>
a { background-color: #1DB28A; }
a { background-color: rgb(29,178,138); }
div.DivClassName
{
background-color: #1DB28A;
}
.BgClassName
{
background-color: #1DB28A;
}
</style>
border-color css
<style>
span { border-color: #1DB28A; }
span { border-color: rgb(29,178,138); }
td.TdClassName
{
border-color: #1DB28A;
}
.TagClassName
{
border-color: #1DB28A;
}
</style>