Shades of Mountain Meadow #1DBB73
Tints of Mountain Meadow #1DBB73
RGB
CMYK
RGB Variations
Color information
#1DBB73 (or 0x1DBB73) is known color: Mountain Meadow. HEX triplet: 1D, BB and 73. RGB value is (29,187,115). Sum of RGB (Red+Green+Blue) = 29+187+115=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB73 is #E2448C. Grayscale: #838383. Windows color (decimal): -14828685 or 7584541. OLE color: 7584541.
HSL color Cylindrical-coordinate representation of color #1DBB73: hue angle of 152.66º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBB73 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 115 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.27 |
| HSL | 152.66º | 0.73% | 0.42% | - |
| HSV(B) | 152.66º | 0.84% | 0.73% | - |
| XYZ | 21.37 | 37.04 | 22.24 | - |
| YUV | 131.55 | 118.65 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 115 | 0.84 | 0 | 0.39 | 0.27 | 152.66 | 0.73 | 0.42 |
| Hex | 1D | BB | 73 | 54 | 0 | 27 | 1B | 99 | 49 | 2A |
| Octal | 35 | 273 | 163 | 124 | 0 | 47 | 33 | 231 | 111 | 52 |
| Binary | 11101 | 10111011 | 1110011 | 1010100 | 0 | 100111 | 11011 | 10011001 | 1001001 | 101010 |
Color Harmonies of #1DBB73
Complementary color
Monochromatic Colors of #1DBB73
Black with #1DBB73
Text Example
Text Example
White with #1DBB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB73; }
p { color: rgb(29,187,115); }
H1.HeaderClassName
{
color: #1DBB73;
}
.AnyTagClassName
{
color: #1DBB73;
}
</style>
background-color css
<style>
a { background-color: #1DBB73; }
a { background-color: rgb(29,187,115); }
div.DivClassName
{
background-color: #1DBB73;
}
.BgClassName
{
background-color: #1DBB73;
}
</style>
border-color css
<style>
span { border-color: #1DBB73; }
span { border-color: rgb(29,187,115); }
td.TdClassName
{
border-color: #1DBB73;
}
.TagClassName
{
border-color: #1DBB73;
}
</style>