Shades of Mountain Meadow #28C286
Tints of Mountain Meadow #28C286
RGB
CMYK
RGB Variations
Color information
#28C286 (or 0x28C286) is known color: Mountain Meadow. HEX triplet: 28, C2 and 86. RGB value is (40,194,134). Sum of RGB (Red+Green+Blue) = 40+194+134=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #28C286 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C286 is #D73D79. Grayscale: #8D8D8D. Windows color (decimal): -14105978 or 8831528. OLE color: 8831528.
HSL color Cylindrical-coordinate representation of color #28C286: hue angle of 156.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C286 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 134 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.24 |
| HSL | 156.62º | 0.66% | 0.46% | - |
| HSV(B) | 156.62º | 0.79% | 0.76% | - |
| XYZ | 24.47 | 40.76 | 29.13 | - |
| YUV | 141.11 | 123.98 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 134 | 0.79 | 0 | 0.31 | 0.24 | 156.62 | 0.66 | 0.46 |
| Hex | 28 | C2 | 86 | 4F | 0 | 1F | 18 | 9D | 42 | 2E |
| Octal | 50 | 302 | 206 | 117 | 0 | 37 | 30 | 235 | 102 | 56 |
| Binary | 101000 | 11000010 | 10000110 | 1001111 | 0 | 11111 | 11000 | 10011101 | 1000010 | 101110 |
Color Harmonies of #28C286
Complementary color
Monochromatic Colors of #28C286
Black with #28C286
Text Example
Text Example
White with #28C286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C286; }
p { color: rgb(40,194,134); }
H1.HeaderClassName
{
color: #28C286;
}
.AnyTagClassName
{
color: #28C286;
}
</style>
background-color css
<style>
a { background-color: #28C286; }
a { background-color: rgb(40,194,134); }
div.DivClassName
{
background-color: #28C286;
}
.BgClassName
{
background-color: #28C286;
}
</style>
border-color css
<style>
span { border-color: #28C286; }
span { border-color: rgb(40,194,134); }
td.TdClassName
{
border-color: #28C286;
}
.TagClassName
{
border-color: #28C286;
}
</style>