Shades of Mountain Meadow #28BD8A
Tints of Mountain Meadow #28BD8A
RGB
CMYK
RGB Variations
Color information
#28BD8A (or 0x28BD8A) is known color: Mountain Meadow. HEX triplet: 28, BD and 8A. RGB value is (40,189,138). Sum of RGB (Red+Green+Blue) = 40+189+138=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BD8A is #D74275. Grayscale: #8A8A8A. Windows color (decimal): -14107254 or 9092392. OLE color: 9092392.
HSL color Cylindrical-coordinate representation of color #28BD8A: hue angle of 159.46º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BD8A is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 138 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.26 |
| HSL | 159.46º | 0.65% | 0.45% | - |
| HSV(B) | 159.46º | 0.79% | 0.74% | - |
| XYZ | 23.66 | 38.68 | 30.26 | - |
| YUV | 138.64 | 127.64 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 138 | 0.79 | 0 | 0.27 | 0.26 | 159.46 | 0.65 | 0.45 |
| Hex | 28 | BD | 8A | 4F | 0 | 1B | 1A | 9F | 41 | 2D |
| Octal | 50 | 275 | 212 | 117 | 0 | 33 | 32 | 237 | 101 | 55 |
| Binary | 101000 | 10111101 | 10001010 | 1001111 | 0 | 11011 | 11010 | 10011111 | 1000001 | 101101 |
Color Harmonies of #28BD8A
Complementary color
Monochromatic Colors of #28BD8A
Black with #28BD8A
Text Example
Text Example
White with #28BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD8A; }
p { color: rgb(40,189,138); }
H1.HeaderClassName
{
color: #28BD8A;
}
.AnyTagClassName
{
color: #28BD8A;
}
</style>
background-color css
<style>
a { background-color: #28BD8A; }
a { background-color: rgb(40,189,138); }
div.DivClassName
{
background-color: #28BD8A;
}
.BgClassName
{
background-color: #28BD8A;
}
</style>
border-color css
<style>
span { border-color: #28BD8A; }
span { border-color: rgb(40,189,138); }
td.TdClassName
{
border-color: #28BD8A;
}
.TagClassName
{
border-color: #28BD8A;
}
</style>