Shades of Mountain Meadow #28C282
Tints of Mountain Meadow #28C282
RGB
CMYK
RGB Variations
Color information
#28C282 (or 0x28C282) is known color: Mountain Meadow. HEX triplet: 28, C2 and 82. RGB value is (40,194,130). Sum of RGB (Red+Green+Blue) = 40+194+130=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #28C282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C282 is #D73D7D. Grayscale: #8C8C8C. Windows color (decimal): -14105982 or 8569384. OLE color: 8569384.
HSL color Cylindrical-coordinate representation of color #28C282: hue angle of 155.06º 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 #28C282 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 130 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.24 |
| HSL | 155.06º | 0.66% | 0.46% | - |
| HSV(B) | 155.06º | 0.79% | 0.76% | - |
| XYZ | 24.2 | 40.65 | 27.69 | - |
| YUV | 140.66 | 121.98 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 130 | 0.79 | 0 | 0.33 | 0.24 | 155.06 | 0.66 | 0.46 |
| Hex | 28 | C2 | 82 | 4F | 0 | 21 | 18 | 9B | 42 | 2E |
| Octal | 50 | 302 | 202 | 117 | 0 | 41 | 30 | 233 | 102 | 56 |
| Binary | 101000 | 11000010 | 10000010 | 1001111 | 0 | 100001 | 11000 | 10011011 | 1000010 | 101110 |
Color Harmonies of #28C282
Complementary color
Monochromatic Colors of #28C282
Black with #28C282
Text Example
Text Example
White with #28C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C282; }
p { color: rgb(40,194,130); }
H1.HeaderClassName
{
color: #28C282;
}
.AnyTagClassName
{
color: #28C282;
}
</style>
background-color css
<style>
a { background-color: #28C282; }
a { background-color: rgb(40,194,130); }
div.DivClassName
{
background-color: #28C282;
}
.BgClassName
{
background-color: #28C282;
}
</style>
border-color css
<style>
span { border-color: #28C282; }
span { border-color: rgb(40,194,130); }
td.TdClassName
{
border-color: #28C282;
}
.TagClassName
{
border-color: #28C282;
}
</style>