Shades of Mountain Meadow #1CB372
Tints of Mountain Meadow #1CB372
RGB
CMYK
RGB Variations
Color information
#1CB372 (or 0x1CB372) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 72. RGB value is (28,179,114). Sum of RGB (Red+Green+Blue) = 28+179+114=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB372 is #E34C8D. Grayscale: #7E7E7E. Windows color (decimal): -14896270 or 7516956. OLE color: 7516956.
HSL color Cylindrical-coordinate representation of color #1CB372: hue angle of 154.17º degrees, saturation: 0.73, 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 #1CB372 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 114 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.30 |
| HSL | 154.17º | 0.73% | 0.41% | - |
| HSV(B) | 154.17º | 0.84% | 0.7% | - |
| XYZ | 19.64 | 33.7 | 21.39 | - |
| YUV | 126.44 | 120.97 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 114 | 0.84 | 0 | 0.36 | 0.30 | 154.17 | 0.73 | 0.41 |
| Hex | 1C | B3 | 72 | 54 | 0 | 24 | 1E | 9A | 49 | 29 |
| Octal | 34 | 263 | 162 | 124 | 0 | 44 | 36 | 232 | 111 | 51 |
| Binary | 11100 | 10110011 | 1110010 | 1010100 | 0 | 100100 | 11110 | 10011010 | 1001001 | 101001 |
Color Harmonies of #1CB372
Complementary color
Monochromatic Colors of #1CB372
Black with #1CB372
Text Example
Text Example
White with #1CB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB372; }
p { color: rgb(28,179,114); }
H1.HeaderClassName
{
color: #1CB372;
}
.AnyTagClassName
{
color: #1CB372;
}
</style>
background-color css
<style>
a { background-color: #1CB372; }
a { background-color: rgb(28,179,114); }
div.DivClassName
{
background-color: #1CB372;
}
.BgClassName
{
background-color: #1CB372;
}
</style>
border-color css
<style>
span { border-color: #1CB372; }
span { border-color: rgb(28,179,114); }
td.TdClassName
{
border-color: #1CB372;
}
.TagClassName
{
border-color: #1CB372;
}
</style>