Shades of Mountain Meadow #28C080
Tints of Mountain Meadow #28C080
RGB
CMYK
RGB Variations
Color information
#28C080 (or 0x28C080) is known color: Mountain Meadow. HEX triplet: 28, C0 and 80. RGB value is (40,192,128). Sum of RGB (Red+Green+Blue) = 40+192+128=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #28C080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C080 is #D73F7F. Grayscale: #8B8B8B. Windows color (decimal): -14106496 or 8437800. OLE color: 8437800.
HSL color Cylindrical-coordinate representation of color #28C080: hue angle of 154.74º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C080 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 128 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.25 |
| HSL | 154.74º | 0.66% | 0.45% | - |
| HSV(B) | 154.74º | 0.79% | 0.75% | - |
| XYZ | 23.62 | 39.71 | 26.84 | - |
| YUV | 139.26 | 121.64 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 128 | 0.79 | 0 | 0.33 | 0.25 | 154.74 | 0.66 | 0.45 |
| Hex | 28 | C0 | 80 | 4F | 0 | 21 | 19 | 9B | 42 | 2D |
| Octal | 50 | 300 | 200 | 117 | 0 | 41 | 31 | 233 | 102 | 55 |
| Binary | 101000 | 11000000 | 10000000 | 1001111 | 0 | 100001 | 11001 | 10011011 | 1000010 | 101101 |
Color Harmonies of #28C080
Complementary color
Monochromatic Colors of #28C080
Black with #28C080
Text Example
Text Example
White with #28C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C080; }
p { color: rgb(40,192,128); }
H1.HeaderClassName
{
color: #28C080;
}
.AnyTagClassName
{
color: #28C080;
}
</style>
background-color css
<style>
a { background-color: #28C080; }
a { background-color: rgb(40,192,128); }
div.DivClassName
{
background-color: #28C080;
}
.BgClassName
{
background-color: #28C080;
}
</style>
border-color css
<style>
span { border-color: #28C080; }
span { border-color: rgb(40,192,128); }
td.TdClassName
{
border-color: #28C080;
}
.TagClassName
{
border-color: #28C080;
}
</style>