Shades of Mountain Meadow #28BB7D
Tints of Mountain Meadow #28BB7D
RGB
CMYK
RGB Variations
Color information
#28BB7D (or 0x28BB7D) is known color: Mountain Meadow. HEX triplet: 28, BB and 7D. RGB value is (40,187,125). Sum of RGB (Red+Green+Blue) = 40+187+125=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BB7D is #D74482. Grayscale: #888888. Windows color (decimal): -14107779 or 8239912. OLE color: 8239912.
HSL color Cylindrical-coordinate representation of color #28BB7D: hue angle of 154.69º 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 #28BB7D is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 187 | 125 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.27 |
| HSL | 154.69º | 0.65% | 0.45% | - |
| HSV(B) | 154.69º | 0.79% | 0.73% | - |
| XYZ | 22.35 | 37.47 | 25.46 | - |
| YUV | 135.98 | 121.8 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 125 | 0.79 | 0 | 0.33 | 0.27 | 154.69 | 0.65 | 0.45 |
| Hex | 28 | BB | 7D | 4F | 0 | 21 | 1B | 9B | 41 | 2D |
| Octal | 50 | 273 | 175 | 117 | 0 | 41 | 33 | 233 | 101 | 55 |
| Binary | 101000 | 10111011 | 1111101 | 1001111 | 0 | 100001 | 11011 | 10011011 | 1000001 | 101101 |
Color Harmonies of #28BB7D
Complementary color
Monochromatic Colors of #28BB7D
Black with #28BB7D
Text Example
Text Example
White with #28BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BB7D; }
p { color: rgb(40,187,125); }
H1.HeaderClassName
{
color: #28BB7D;
}
.AnyTagClassName
{
color: #28BB7D;
}
</style>
background-color css
<style>
a { background-color: #28BB7D; }
a { background-color: rgb(40,187,125); }
div.DivClassName
{
background-color: #28BB7D;
}
.BgClassName
{
background-color: #28BB7D;
}
</style>
border-color css
<style>
span { border-color: #28BB7D; }
span { border-color: rgb(40,187,125); }
td.TdClassName
{
border-color: #28BB7D;
}
.TagClassName
{
border-color: #28BB7D;
}
</style>