Shades of Mountain Meadow #28C18A
Tints of Mountain Meadow #28C18A
RGB
CMYK
RGB Variations
Color information
#28C18A (or 0x28C18A) is known color: Mountain Meadow. HEX triplet: 28, C1 and 8A. RGB value is (40,193,138). Sum of RGB (Red+Green+Blue) = 40+193+138=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #28C18A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C18A is #D73E75. Grayscale: #8D8D8D. Windows color (decimal): -14106230 or 9093416. OLE color: 9093416.
HSL color Cylindrical-coordinate representation of color #28C18A: hue angle of 158.43º 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 #28C18A is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 138 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.24 |
| HSL | 158.43º | 0.66% | 0.46% | - |
| HSV(B) | 158.43º | 0.79% | 0.76% | - |
| XYZ | 24.53 | 40.43 | 30.55 | - |
| YUV | 140.98 | 126.31 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 138 | 0.79 | 0 | 0.28 | 0.24 | 158.43 | 0.66 | 0.46 |
| Hex | 28 | C1 | 8A | 4F | 0 | 1C | 18 | 9E | 42 | 2E |
| Octal | 50 | 301 | 212 | 117 | 0 | 34 | 30 | 236 | 102 | 56 |
| Binary | 101000 | 11000001 | 10001010 | 1001111 | 0 | 11100 | 11000 | 10011110 | 1000010 | 101110 |
Color Harmonies of #28C18A
Complementary color
Monochromatic Colors of #28C18A
Black with #28C18A
Text Example
Text Example
White with #28C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C18A; }
p { color: rgb(40,193,138); }
H1.HeaderClassName
{
color: #28C18A;
}
.AnyTagClassName
{
color: #28C18A;
}
</style>
background-color css
<style>
a { background-color: #28C18A; }
a { background-color: rgb(40,193,138); }
div.DivClassName
{
background-color: #28C18A;
}
.BgClassName
{
background-color: #28C18A;
}
</style>
border-color css
<style>
span { border-color: #28C18A; }
span { border-color: rgb(40,193,138); }
td.TdClassName
{
border-color: #28C18A;
}
.TagClassName
{
border-color: #28C18A;
}
</style>