Shades of Mountain Meadow #28C283
Tints of Mountain Meadow #28C283
RGB
CMYK
RGB Variations
Color information
#28C283 (or 0x28C283) is known color: Mountain Meadow. HEX triplet: 28, C2 and 83. RGB value is (40,194,131). Sum of RGB (Red+Green+Blue) = 40+194+131=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #28C283 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C283 is #D73D7C. Grayscale: #8C8C8C. Windows color (decimal): -14105981 or 8634920. OLE color: 8634920.
HSL color Cylindrical-coordinate representation of color #28C283: hue angle of 155.45º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C283 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 131 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.24 |
| HSL | 155.45º | 0.66% | 0.46% | - |
| HSV(B) | 155.45º | 0.79% | 0.76% | - |
| XYZ | 24.26 | 40.67 | 28.04 | - |
| YUV | 140.77 | 122.48 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 131 | 0.79 | 0 | 0.32 | 0.24 | 155.45 | 0.66 | 0.46 |
| Hex | 28 | C2 | 83 | 4F | 0 | 20 | 18 | 9B | 42 | 2E |
| Octal | 50 | 302 | 203 | 117 | 0 | 40 | 30 | 233 | 102 | 56 |
| Binary | 101000 | 11000010 | 10000011 | 1001111 | 0 | 100000 | 11000 | 10011011 | 1000010 | 101110 |
Color Harmonies of #28C283
Complementary color
Monochromatic Colors of #28C283
Black with #28C283
Text Example
Text Example
White with #28C283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C283; }
p { color: rgb(40,194,131); }
H1.HeaderClassName
{
color: #28C283;
}
.AnyTagClassName
{
color: #28C283;
}
</style>
background-color css
<style>
a { background-color: #28C283; }
a { background-color: rgb(40,194,131); }
div.DivClassName
{
background-color: #28C283;
}
.BgClassName
{
background-color: #28C283;
}
</style>
border-color css
<style>
span { border-color: #28C283; }
span { border-color: rgb(40,194,131); }
td.TdClassName
{
border-color: #28C283;
}
.TagClassName
{
border-color: #28C283;
}
</style>