Shades of Mountain Meadow #28BB7E
Tints of Mountain Meadow #28BB7E
RGB
CMYK
RGB Variations
Color information
#28BB7E (or 0x28BB7E) is known color: Mountain Meadow. HEX triplet: 28, BB and 7E. RGB value is (40,187,126). Sum of RGB (Red+Green+Blue) = 40+187+126=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BB7E is #D74481. Grayscale: #888888. Windows color (decimal): -14107778 or 8305448. OLE color: 8305448.
HSL color Cylindrical-coordinate representation of color #28BB7E: hue angle of 155.1º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BB7E is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 187 | 126 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.27 |
| HSL | 155.1º | 0.65% | 0.45% | - |
| HSV(B) | 155.1º | 0.79% | 0.73% | - |
| XYZ | 22.41 | 37.5 | 25.8 | - |
| YUV | 136.09 | 122.3 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 126 | 0.79 | 0 | 0.33 | 0.27 | 155.1 | 0.65 | 0.45 |
| Hex | 28 | BB | 7E | 4F | 0 | 21 | 1B | 9B | 41 | 2D |
| Octal | 50 | 273 | 176 | 117 | 0 | 41 | 33 | 233 | 101 | 55 |
| Binary | 101000 | 10111011 | 1111110 | 1001111 | 0 | 100001 | 11011 | 10011011 | 1000001 | 101101 |
Color Harmonies of #28BB7E
Complementary color
Monochromatic Colors of #28BB7E
Black with #28BB7E
Text Example
Text Example
White with #28BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BB7E; }
p { color: rgb(40,187,126); }
H1.HeaderClassName
{
color: #28BB7E;
}
.AnyTagClassName
{
color: #28BB7E;
}
</style>
background-color css
<style>
a { background-color: #28BB7E; }
a { background-color: rgb(40,187,126); }
div.DivClassName
{
background-color: #28BB7E;
}
.BgClassName
{
background-color: #28BB7E;
}
</style>
border-color css
<style>
span { border-color: #28BB7E; }
span { border-color: rgb(40,187,126); }
td.TdClassName
{
border-color: #28BB7E;
}
.TagClassName
{
border-color: #28BB7E;
}
</style>