Shades of Mountain Meadow #1CBC72
Tints of Mountain Meadow #1CBC72
RGB
CMYK
RGB Variations
Color information
#1CBC72 (or 0x1CBC72) is known color: Mountain Meadow. HEX triplet: 1C, BC and 72. RGB value is (28,188,114). Sum of RGB (Red+Green+Blue) = 28+188+114=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC72 is #E3438D. Grayscale: #838383. Windows color (decimal): -14893966 or 7519260. OLE color: 7519260.
HSL color Cylindrical-coordinate representation of color #1CBC72: hue angle of 152.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC72 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 114 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.26 |
| HSL | 152.25º | 0.74% | 0.42% | - |
| HSV(B) | 152.25º | 0.85% | 0.74% | - |
| XYZ | 21.5 | 37.43 | 22.01 | - |
| YUV | 131.72 | 117.99 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 114 | 0.85 | 0 | 0.39 | 0.26 | 152.25 | 0.74 | 0.42 |
| Hex | 1C | BC | 72 | 55 | 0 | 27 | 1A | 98 | 4A | 2A |
| Octal | 34 | 274 | 162 | 125 | 0 | 47 | 32 | 230 | 112 | 52 |
| Binary | 11100 | 10111100 | 1110010 | 1010101 | 0 | 100111 | 11010 | 10011000 | 1001010 | 101010 |
Color Harmonies of #1CBC72
Complementary color
Monochromatic Colors of #1CBC72
Black with #1CBC72
Text Example
Text Example
White with #1CBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC72; }
p { color: rgb(28,188,114); }
H1.HeaderClassName
{
color: #1CBC72;
}
.AnyTagClassName
{
color: #1CBC72;
}
</style>
background-color css
<style>
a { background-color: #1CBC72; }
a { background-color: rgb(28,188,114); }
div.DivClassName
{
background-color: #1CBC72;
}
.BgClassName
{
background-color: #1CBC72;
}
</style>
border-color css
<style>
span { border-color: #1CBC72; }
span { border-color: rgb(28,188,114); }
td.TdClassName
{
border-color: #1CBC72;
}
.TagClassName
{
border-color: #1CBC72;
}
</style>