Shades of Mountain Meadow #28C083
Tints of Mountain Meadow #28C083
RGB
CMYK
RGB Variations
Color information
#28C083 (or 0x28C083) is known color: Mountain Meadow. HEX triplet: 28, C0 and 83. RGB value is (40,192,131). Sum of RGB (Red+Green+Blue) = 40+192+131=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #28C083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C083 is #D73F7C. Grayscale: #8B8B8B. Windows color (decimal): -14106493 or 8634408. OLE color: 8634408.
HSL color Cylindrical-coordinate representation of color #28C083: hue angle of 155.92º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C083 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 131 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.25 |
| HSL | 155.92º | 0.66% | 0.45% | - |
| HSV(B) | 155.92º | 0.79% | 0.75% | - |
| XYZ | 23.82 | 39.79 | 27.9 | - |
| YUV | 139.6 | 123.14 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 131 | 0.79 | 0 | 0.32 | 0.25 | 155.92 | 0.66 | 0.45 |
| Hex | 28 | C0 | 83 | 4F | 0 | 20 | 19 | 9C | 42 | 2D |
| Octal | 50 | 300 | 203 | 117 | 0 | 40 | 31 | 234 | 102 | 55 |
| Binary | 101000 | 11000000 | 10000011 | 1001111 | 0 | 100000 | 11001 | 10011100 | 1000010 | 101101 |
Color Harmonies of #28C083
Complementary color
Monochromatic Colors of #28C083
Black with #28C083
Text Example
Text Example
White with #28C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C083; }
p { color: rgb(40,192,131); }
H1.HeaderClassName
{
color: #28C083;
}
.AnyTagClassName
{
color: #28C083;
}
</style>
background-color css
<style>
a { background-color: #28C083; }
a { background-color: rgb(40,192,131); }
div.DivClassName
{
background-color: #28C083;
}
.BgClassName
{
background-color: #28C083;
}
</style>
border-color css
<style>
span { border-color: #28C083; }
span { border-color: rgb(40,192,131); }
td.TdClassName
{
border-color: #28C083;
}
.TagClassName
{
border-color: #28C083;
}
</style>