Shades of Mountain Meadow #28C47C
Tints of Mountain Meadow #28C47C
RGB
CMYK
RGB Variations
Color information
#28C47C (or 0x28C47C) is known color: Mountain Meadow. HEX triplet: 28, C4 and 7C. RGB value is (40,196,124). Sum of RGB (Red+Green+Blue) = 40+196+124=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 196 (76.95% from 255 or 54.44% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 196 - color contains mainly: green. Hex color #28C47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C47C is #D73B83. Grayscale: #8D8D8D. Windows color (decimal): -14105476 or 8176680. OLE color: 8176680.
HSL color Cylindrical-coordinate representation of color #28C47C: hue angle of 152.31º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C47C is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 124 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.23 |
| HSL | 152.31º | 0.66% | 0.46% | - |
| HSV(B) | 152.31º | 0.8% | 0.77% | - |
| XYZ | 24.25 | 41.39 | 25.78 | - |
| YUV | 141.15 | 118.32 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 124 | 0.80 | 0 | 0.37 | 0.23 | 152.31 | 0.66 | 0.46 |
| Hex | 28 | C4 | 7C | 50 | 0 | 25 | 17 | 98 | 42 | 2E |
| Octal | 50 | 304 | 174 | 120 | 0 | 45 | 27 | 230 | 102 | 56 |
| Binary | 101000 | 11000100 | 1111100 | 1010000 | 0 | 100101 | 10111 | 10011000 | 1000010 | 101110 |
Color Harmonies of #28C47C
Complementary color
Monochromatic Colors of #28C47C
Black with #28C47C
Text Example
Text Example
White with #28C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C47C; }
p { color: rgb(40,196,124); }
H1.HeaderClassName
{
color: #28C47C;
}
.AnyTagClassName
{
color: #28C47C;
}
</style>
background-color css
<style>
a { background-color: #28C47C; }
a { background-color: rgb(40,196,124); }
div.DivClassName
{
background-color: #28C47C;
}
.BgClassName
{
background-color: #28C47C;
}
</style>
border-color css
<style>
span { border-color: #28C47C; }
span { border-color: rgb(40,196,124); }
td.TdClassName
{
border-color: #28C47C;
}
.TagClassName
{
border-color: #28C47C;
}
</style>