Shades of Mountain Meadow #1CB773
Tints of Mountain Meadow #1CB773
RGB
CMYK
RGB Variations
Color information
#1CB773 (or 0x1CB773) is known color: Mountain Meadow. HEX triplet: 1C, B7 and 73. RGB value is (28,183,115). Sum of RGB (Red+Green+Blue) = 28+183+115=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB773 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB773 is #E3488C. Grayscale: #818181. Windows color (decimal): -14895245 or 7583516. OLE color: 7583516.
HSL color Cylindrical-coordinate representation of color #1CB773: hue angle of 153.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB773 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 115 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.28 |
| HSL | 153.68º | 0.73% | 0.41% | - |
| HSV(B) | 153.68º | 0.85% | 0.72% | - |
| XYZ | 20.51 | 35.35 | 21.96 | - |
| YUV | 128.9 | 120.15 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 115 | 0.85 | 0 | 0.37 | 0.28 | 153.68 | 0.73 | 0.41 |
| Hex | 1C | B7 | 73 | 55 | 0 | 25 | 1C | 9A | 49 | 29 |
| Octal | 34 | 267 | 163 | 125 | 0 | 45 | 34 | 232 | 111 | 51 |
| Binary | 11100 | 10110111 | 1110011 | 1010101 | 0 | 100101 | 11100 | 10011010 | 1001001 | 101001 |
Color Harmonies of #1CB773
Complementary color
Monochromatic Colors of #1CB773
Black with #1CB773
Text Example
Text Example
White with #1CB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB773; }
p { color: rgb(28,183,115); }
H1.HeaderClassName
{
color: #1CB773;
}
.AnyTagClassName
{
color: #1CB773;
}
</style>
background-color css
<style>
a { background-color: #1CB773; }
a { background-color: rgb(28,183,115); }
div.DivClassName
{
background-color: #1CB773;
}
.BgClassName
{
background-color: #1CB773;
}
</style>
border-color css
<style>
span { border-color: #1CB773; }
span { border-color: rgb(28,183,115); }
td.TdClassName
{
border-color: #1CB773;
}
.TagClassName
{
border-color: #1CB773;
}
</style>