Shades of Mountain Meadow #1CB471
Tints of Mountain Meadow #1CB471
RGB
CMYK
RGB Variations
Color information
#1CB471 (or 0x1CB471) is known color: Mountain Meadow. HEX triplet: 1C, B4 and 71. RGB value is (28,180,113). Sum of RGB (Red+Green+Blue) = 28+180+113=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB471 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB471 is #E34B8E. Grayscale: #7F7F7F. Windows color (decimal): -14896015 or 7451676. OLE color: 7451676.
HSL color Cylindrical-coordinate representation of color #1CB471: hue angle of 153.55º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB471 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 180 | 113 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.29 |
| HSL | 153.55º | 0.73% | 0.41% | - |
| HSV(B) | 153.55º | 0.84% | 0.71% | - |
| XYZ | 19.78 | 34.08 | 21.16 | - |
| YUV | 126.91 | 120.14 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 113 | 0.84 | 0 | 0.37 | 0.29 | 153.55 | 0.73 | 0.41 |
| Hex | 1C | B4 | 71 | 54 | 0 | 25 | 1D | 9A | 49 | 29 |
| Octal | 34 | 264 | 161 | 124 | 0 | 45 | 35 | 232 | 111 | 51 |
| Binary | 11100 | 10110100 | 1110001 | 1010100 | 0 | 100101 | 11101 | 10011010 | 1001001 | 101001 |
Color Harmonies of #1CB471
Complementary color
Monochromatic Colors of #1CB471
Black with #1CB471
Text Example
Text Example
White with #1CB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB471; }
p { color: rgb(28,180,113); }
H1.HeaderClassName
{
color: #1CB471;
}
.AnyTagClassName
{
color: #1CB471;
}
</style>
background-color css
<style>
a { background-color: #1CB471; }
a { background-color: rgb(28,180,113); }
div.DivClassName
{
background-color: #1CB471;
}
.BgClassName
{
background-color: #1CB471;
}
</style>
border-color css
<style>
span { border-color: #1CB471; }
span { border-color: rgb(28,180,113); }
td.TdClassName
{
border-color: #1CB471;
}
.TagClassName
{
border-color: #1CB471;
}
</style>