Shades of Mountain Meadow #28C582
Tints of Mountain Meadow #28C582
RGB
CMYK
RGB Variations
Color information
#28C582 (or 0x28C582) is known color: Mountain Meadow. HEX triplet: 28, C5 and 82. RGB value is (40,197,130). Sum of RGB (Red+Green+Blue) = 40+197+130=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #28C582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C582 is #D73A7D. Grayscale: #8E8E8E. Windows color (decimal): -14105214 or 8570152. OLE color: 8570152.
HSL color Cylindrical-coordinate representation of color #28C582: hue angle of 154.39º 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 #28C582 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 130 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.23 |
| HSL | 154.39º | 0.66% | 0.46% | - |
| HSV(B) | 154.39º | 0.8% | 0.77% | - |
| XYZ | 24.87 | 42 | 27.91 | - |
| YUV | 142.42 | 120.99 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 130 | 0.80 | 0 | 0.34 | 0.23 | 154.39 | 0.66 | 0.46 |
| Hex | 28 | C5 | 82 | 50 | 0 | 22 | 17 | 9A | 42 | 2E |
| Octal | 50 | 305 | 202 | 120 | 0 | 42 | 27 | 232 | 102 | 56 |
| Binary | 101000 | 11000101 | 10000010 | 1010000 | 0 | 100010 | 10111 | 10011010 | 1000010 | 101110 |
Color Harmonies of #28C582
Complementary color
Monochromatic Colors of #28C582
Black with #28C582
Text Example
Text Example
White with #28C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C582; }
p { color: rgb(40,197,130); }
H1.HeaderClassName
{
color: #28C582;
}
.AnyTagClassName
{
color: #28C582;
}
</style>
background-color css
<style>
a { background-color: #28C582; }
a { background-color: rgb(40,197,130); }
div.DivClassName
{
background-color: #28C582;
}
.BgClassName
{
background-color: #28C582;
}
</style>
border-color css
<style>
span { border-color: #28C582; }
span { border-color: rgb(40,197,130); }
td.TdClassName
{
border-color: #28C582;
}
.TagClassName
{
border-color: #28C582;
}
</style>