Shades of Mountain Meadow #28C27A
Tints of Mountain Meadow #28C27A
RGB
CMYK
RGB Variations
Color information
#28C27A (or 0x28C27A) is known color: Mountain Meadow. HEX triplet: 28, C2 and 7A. RGB value is (40,194,122). Sum of RGB (Red+Green+Blue) = 40+194+122=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #28C27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C27A is #D73D85. Grayscale: #8B8B8B. Windows color (decimal): -14105990 or 8045096. OLE color: 8045096.
HSL color Cylindrical-coordinate representation of color #28C27A: hue angle of 151.95º 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 #28C27A is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 122 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.24 |
| HSL | 151.95º | 0.66% | 0.46% | - |
| HSV(B) | 151.95º | 0.79% | 0.76% | - |
| XYZ | 23.68 | 40.44 | 24.97 | - |
| YUV | 139.75 | 117.98 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 122 | 0.79 | 0 | 0.37 | 0.24 | 151.95 | 0.66 | 0.46 |
| Hex | 28 | C2 | 7A | 4F | 0 | 25 | 18 | 98 | 42 | 2E |
| Octal | 50 | 302 | 172 | 117 | 0 | 45 | 30 | 230 | 102 | 56 |
| Binary | 101000 | 11000010 | 1111010 | 1001111 | 0 | 100101 | 11000 | 10011000 | 1000010 | 101110 |
Color Harmonies of #28C27A
Complementary color
Monochromatic Colors of #28C27A
Black with #28C27A
Text Example
Text Example
White with #28C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C27A; }
p { color: rgb(40,194,122); }
H1.HeaderClassName
{
color: #28C27A;
}
.AnyTagClassName
{
color: #28C27A;
}
</style>
background-color css
<style>
a { background-color: #28C27A; }
a { background-color: rgb(40,194,122); }
div.DivClassName
{
background-color: #28C27A;
}
.BgClassName
{
background-color: #28C27A;
}
</style>
border-color css
<style>
span { border-color: #28C27A; }
span { border-color: rgb(40,194,122); }
td.TdClassName
{
border-color: #28C27A;
}
.TagClassName
{
border-color: #28C27A;
}
</style>