Shades of Shamrock #28C28D
Tints of Shamrock #28C28D
RGB
CMYK
RGB Variations
Color information
#28C28D (or 0x28C28D) is known color: Shamrock. HEX triplet: 28, C2 and 8D. RGB value is (40,194,141). Sum of RGB (Red+Green+Blue) = 40+194+141=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #28C28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C28D is #D73D72. Grayscale: #8D8D8D. Windows color (decimal): -14105971 or 9290280. OLE color: 9290280.
HSL color Cylindrical-coordinate representation of color #28C28D: hue angle of 159.35º 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 #28C28D is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 141 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.24 |
| HSL | 159.35º | 0.66% | 0.46% | - |
| HSV(B) | 159.35º | 0.79% | 0.76% | - |
| XYZ | 24.97 | 40.96 | 31.79 | - |
| YUV | 141.91 | 127.48 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 141 | 0.79 | 0 | 0.27 | 0.24 | 159.35 | 0.66 | 0.46 |
| Hex | 28 | C2 | 8D | 4F | 0 | 1B | 18 | 9F | 42 | 2E |
| Octal | 50 | 302 | 215 | 117 | 0 | 33 | 30 | 237 | 102 | 56 |
| Binary | 101000 | 11000010 | 10001101 | 1001111 | 0 | 11011 | 11000 | 10011111 | 1000010 | 101110 |
Color Harmonies of #28C28D
Complementary color
Monochromatic Colors of #28C28D
Black with #28C28D
Text Example
Text Example
White with #28C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C28D; }
p { color: rgb(40,194,141); }
H1.HeaderClassName
{
color: #28C28D;
}
.AnyTagClassName
{
color: #28C28D;
}
</style>
background-color css
<style>
a { background-color: #28C28D; }
a { background-color: rgb(40,194,141); }
div.DivClassName
{
background-color: #28C28D;
}
.BgClassName
{
background-color: #28C28D;
}
</style>
border-color css
<style>
span { border-color: #28C28D; }
span { border-color: rgb(40,194,141); }
td.TdClassName
{
border-color: #28C28D;
}
.TagClassName
{
border-color: #28C28D;
}
</style>