Shades of Mountain Meadow #28C17C
Tints of Mountain Meadow #28C17C
RGB
CMYK
RGB Variations
Color information
#28C17C (or 0x28C17C) is known color: Mountain Meadow. HEX triplet: 28, C1 and 7C. RGB value is (40,193,124). Sum of RGB (Red+Green+Blue) = 40+193+124=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #28C17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C17C is #D73E83. Grayscale: #8B8B8B. Windows color (decimal): -14106244 or 8175912. OLE color: 8175912.
HSL color Cylindrical-coordinate representation of color #28C17C: hue angle of 152.94º 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 #28C17C is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 124 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.24 |
| HSL | 152.94º | 0.66% | 0.46% | - |
| HSV(B) | 152.94º | 0.79% | 0.76% | - |
| XYZ | 23.58 | 40.05 | 25.56 | - |
| YUV | 139.39 | 119.31 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 124 | 0.79 | 0 | 0.36 | 0.24 | 152.94 | 0.66 | 0.46 |
| Hex | 28 | C1 | 7C | 4F | 0 | 24 | 18 | 99 | 42 | 2E |
| Octal | 50 | 301 | 174 | 117 | 0 | 44 | 30 | 231 | 102 | 56 |
| Binary | 101000 | 11000001 | 1111100 | 1001111 | 0 | 100100 | 11000 | 10011001 | 1000010 | 101110 |
Color Harmonies of #28C17C
Complementary color
Monochromatic Colors of #28C17C
Black with #28C17C
Text Example
Text Example
White with #28C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C17C; }
p { color: rgb(40,193,124); }
H1.HeaderClassName
{
color: #28C17C;
}
.AnyTagClassName
{
color: #28C17C;
}
</style>
background-color css
<style>
a { background-color: #28C17C; }
a { background-color: rgb(40,193,124); }
div.DivClassName
{
background-color: #28C17C;
}
.BgClassName
{
background-color: #28C17C;
}
</style>
border-color css
<style>
span { border-color: #28C17C; }
span { border-color: rgb(40,193,124); }
td.TdClassName
{
border-color: #28C17C;
}
.TagClassName
{
border-color: #28C17C;
}
</style>