Shades of Mountain Meadow #1DAF7B
Tints of Mountain Meadow #1DAF7B
RGB
CMYK
RGB Variations
Color information
#1DAF7B (or 0x1DAF7B) is known color: Mountain Meadow. HEX triplet: 1D, AF and 7B. RGB value is (29,175,123). Sum of RGB (Red+Green+Blue) = 29+175+123=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAF7B is #E25084. Grayscale: #7D7D7D. Windows color (decimal): -14831749 or 8105757. OLE color: 8105757.
HSL color Cylindrical-coordinate representation of color #1DAF7B: hue angle of 158.63º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAF7B is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 123 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.31 |
| HSL | 158.63º | 0.72% | 0.4% | - |
| HSV(B) | 158.63º | 0.83% | 0.69% | - |
| XYZ | 19.41 | 32.35 | 23.96 | - |
| YUV | 125.42 | 126.63 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 123 | 0.83 | 0 | 0.30 | 0.31 | 158.63 | 0.72 | 0.4 |
| Hex | 1D | AF | 7B | 53 | 0 | 1E | 1F | 9F | 48 | 28 |
| Octal | 35 | 257 | 173 | 123 | 0 | 36 | 37 | 237 | 110 | 50 |
| Binary | 11101 | 10101111 | 1111011 | 1010011 | 0 | 11110 | 11111 | 10011111 | 1001000 | 101000 |
Color Harmonies of #1DAF7B
Complementary color
Monochromatic Colors of #1DAF7B
Black with #1DAF7B
Text Example
Text Example
White with #1DAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF7B; }
p { color: rgb(29,175,123); }
H1.HeaderClassName
{
color: #1DAF7B;
}
.AnyTagClassName
{
color: #1DAF7B;
}
</style>
background-color css
<style>
a { background-color: #1DAF7B; }
a { background-color: rgb(29,175,123); }
div.DivClassName
{
background-color: #1DAF7B;
}
.BgClassName
{
background-color: #1DAF7B;
}
</style>
border-color css
<style>
span { border-color: #1DAF7B; }
span { border-color: rgb(29,175,123); }
td.TdClassName
{
border-color: #1DAF7B;
}
.TagClassName
{
border-color: #1DAF7B;
}
</style>