Shades of Mountain Meadow #28BD82
Tints of Mountain Meadow #28BD82
RGB
CMYK
RGB Variations
Color information
#28BD82 (or 0x28BD82) is known color: Mountain Meadow. HEX triplet: 28, BD and 82. RGB value is (40,189,130). Sum of RGB (Red+Green+Blue) = 40+189+130=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BD82 is #D7427D. Grayscale: #898989. Windows color (decimal): -14107262 or 8568104. OLE color: 8568104.
HSL color Cylindrical-coordinate representation of color #28BD82: hue angle of 156.24º 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 #28BD82 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 130 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.26 |
| HSL | 156.24º | 0.65% | 0.45% | - |
| HSV(B) | 156.24º | 0.79% | 0.74% | - |
| XYZ | 23.1 | 38.46 | 27.32 | - |
| YUV | 137.72 | 123.64 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 130 | 0.79 | 0 | 0.31 | 0.26 | 156.24 | 0.65 | 0.45 |
| Hex | 28 | BD | 82 | 4F | 0 | 1F | 1A | 9C | 41 | 2D |
| Octal | 50 | 275 | 202 | 117 | 0 | 37 | 32 | 234 | 101 | 55 |
| Binary | 101000 | 10111101 | 10000010 | 1001111 | 0 | 11111 | 11010 | 10011100 | 1000001 | 101101 |
Color Harmonies of #28BD82
Complementary color
Monochromatic Colors of #28BD82
Black with #28BD82
Text Example
Text Example
White with #28BD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD82; }
p { color: rgb(40,189,130); }
H1.HeaderClassName
{
color: #28BD82;
}
.AnyTagClassName
{
color: #28BD82;
}
</style>
background-color css
<style>
a { background-color: #28BD82; }
a { background-color: rgb(40,189,130); }
div.DivClassName
{
background-color: #28BD82;
}
.BgClassName
{
background-color: #28BD82;
}
</style>
border-color css
<style>
span { border-color: #28BD82; }
span { border-color: rgb(40,189,130); }
td.TdClassName
{
border-color: #28BD82;
}
.TagClassName
{
border-color: #28BD82;
}
</style>