Shades of Mountain Meadow #28BA7B
Tints of Mountain Meadow #28BA7B
RGB
CMYK
RGB Variations
Color information
#28BA7B (or 0x28BA7B) is known color: Mountain Meadow. HEX triplet: 28, BA and 7B. RGB value is (40,186,123). Sum of RGB (Red+Green+Blue) = 40+186+123=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BA7B is #D74584. Grayscale: #878787. Windows color (decimal): -14108037 or 8108584. OLE color: 8108584.
HSL color Cylindrical-coordinate representation of color #28BA7B: hue angle of 154.11º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BA7B is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 123 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.27 |
| HSL | 154.11º | 0.65% | 0.44% | - |
| HSV(B) | 154.11º | 0.78% | 0.73% | - |
| XYZ | 22.01 | 37 | 24.72 | - |
| YUV | 135.16 | 121.13 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 123 | 0.78 | 0 | 0.34 | 0.27 | 154.11 | 0.65 | 0.44 |
| Hex | 28 | BA | 7B | 4E | 0 | 22 | 1B | 9A | 41 | 2C |
| Octal | 50 | 272 | 173 | 116 | 0 | 42 | 33 | 232 | 101 | 54 |
| Binary | 101000 | 10111010 | 1111011 | 1001110 | 0 | 100010 | 11011 | 10011010 | 1000001 | 101100 |
Color Harmonies of #28BA7B
Complementary color
Monochromatic Colors of #28BA7B
Black with #28BA7B
Text Example
Text Example
White with #28BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA7B; }
p { color: rgb(40,186,123); }
H1.HeaderClassName
{
color: #28BA7B;
}
.AnyTagClassName
{
color: #28BA7B;
}
</style>
background-color css
<style>
a { background-color: #28BA7B; }
a { background-color: rgb(40,186,123); }
div.DivClassName
{
background-color: #28BA7B;
}
.BgClassName
{
background-color: #28BA7B;
}
</style>
border-color css
<style>
span { border-color: #28BA7B; }
span { border-color: rgb(40,186,123); }
td.TdClassName
{
border-color: #28BA7B;
}
.TagClassName
{
border-color: #28BA7B;
}
</style>