Shades of Mountain Meadow #1CB292
Tints of Mountain Meadow #1CB292
RGB
CMYK
RGB Variations
Color information
#1CB292 (or 0x1CB292) is known color: Mountain Meadow. HEX triplet: 1C, B2 and 92. RGB value is (28,178,146). Sum of RGB (Red+Green+Blue) = 28+178+146=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB292 is #E34D6D. Grayscale: #818181. Windows color (decimal): -14896494 or 9613852. OLE color: 9613852.
HSL color Cylindrical-coordinate representation of color #1CB292: hue angle of 167.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB292 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 178 | 146 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.30 |
| HSL | 167.2º | 0.73% | 0.4% | - |
| HSV(B) | 167.2º | 0.84% | 0.7% | - |
| XYZ | 21.59 | 34.16 | 32.65 | - |
| YUV | 129.5 | 137.31 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 178 | 146 | 0.84 | 0 | 0.18 | 0.30 | 167.2 | 0.73 | 0.4 |
| Hex | 1C | B2 | 92 | 54 | 0 | 12 | 1E | A7 | 49 | 28 |
| Octal | 34 | 262 | 222 | 124 | 0 | 22 | 36 | 247 | 111 | 50 |
| Binary | 11100 | 10110010 | 10010010 | 1010100 | 0 | 10010 | 11110 | 10100111 | 1001001 | 101000 |
Color Harmonies of #1CB292
Complementary color
Monochromatic Colors of #1CB292
Black with #1CB292
Text Example
Text Example
White with #1CB292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB292; }
p { color: rgb(28,178,146); }
H1.HeaderClassName
{
color: #1CB292;
}
.AnyTagClassName
{
color: #1CB292;
}
</style>
background-color css
<style>
a { background-color: #1CB292; }
a { background-color: rgb(28,178,146); }
div.DivClassName
{
background-color: #1CB292;
}
.BgClassName
{
background-color: #1CB292;
}
</style>
border-color css
<style>
span { border-color: #1CB292; }
span { border-color: rgb(28,178,146); }
td.TdClassName
{
border-color: #1CB292;
}
.TagClassName
{
border-color: #1CB292;
}
</style>