Shades of Mountain Meadow #28C387
Tints of Mountain Meadow #28C387
RGB
CMYK
RGB Variations
Color information
#28C387 (or 0x28C387) is known color: Mountain Meadow. HEX triplet: 28, C3 and 87. RGB value is (40,195,135). Sum of RGB (Red+Green+Blue) = 40+195+135=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #28C387 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C387 is #D73C78. Grayscale: #8D8D8D. Windows color (decimal): -14105721 or 8897320. OLE color: 8897320.
HSL color Cylindrical-coordinate representation of color #28C387: hue angle of 156.77º 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 #28C387 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 135 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.24 |
| HSL | 156.77º | 0.66% | 0.46% | - |
| HSV(B) | 156.77º | 0.79% | 0.76% | - |
| XYZ | 24.76 | 41.23 | 29.57 | - |
| YUV | 141.82 | 124.15 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 135 | 0.79 | 0 | 0.31 | 0.24 | 156.77 | 0.66 | 0.46 |
| Hex | 28 | C3 | 87 | 4F | 0 | 1F | 18 | 9D | 42 | 2E |
| Octal | 50 | 303 | 207 | 117 | 0 | 37 | 30 | 235 | 102 | 56 |
| Binary | 101000 | 11000011 | 10000111 | 1001111 | 0 | 11111 | 11000 | 10011101 | 1000010 | 101110 |
Color Harmonies of #28C387
Complementary color
Monochromatic Colors of #28C387
Black with #28C387
Text Example
Text Example
White with #28C387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C387; }
p { color: rgb(40,195,135); }
H1.HeaderClassName
{
color: #28C387;
}
.AnyTagClassName
{
color: #28C387;
}
</style>
background-color css
<style>
a { background-color: #28C387; }
a { background-color: rgb(40,195,135); }
div.DivClassName
{
background-color: #28C387;
}
.BgClassName
{
background-color: #28C387;
}
</style>
border-color css
<style>
span { border-color: #28C387; }
span { border-color: rgb(40,195,135); }
td.TdClassName
{
border-color: #28C387;
}
.TagClassName
{
border-color: #28C387;
}
</style>