Shades of Shamrock #28C58E
Tints of Shamrock #28C58E
RGB
CMYK
RGB Variations
Color information
#28C58E (or 0x28C58E) is known color: Shamrock. HEX triplet: 28, C5 and 8E. RGB value is (40,197,142). Sum of RGB (Red+Green+Blue) = 40+197+142=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #28C58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C58E is #D73A71. Grayscale: #8F8F8F. Windows color (decimal): -14105202 or 9356584. OLE color: 9356584.
HSL color Cylindrical-coordinate representation of color #28C58E: hue angle of 158.98º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C58E is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 142 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.23 |
| HSL | 158.98º | 0.66% | 0.46% | - |
| HSV(B) | 158.98º | 0.8% | 0.77% | - |
| XYZ | 25.72 | 42.34 | 32.41 | - |
| YUV | 143.79 | 126.99 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 142 | 0.80 | 0 | 0.28 | 0.23 | 158.98 | 0.66 | 0.46 |
| Hex | 28 | C5 | 8E | 50 | 0 | 1C | 17 | 9F | 42 | 2E |
| Octal | 50 | 305 | 216 | 120 | 0 | 34 | 27 | 237 | 102 | 56 |
| Binary | 101000 | 11000101 | 10001110 | 1010000 | 0 | 11100 | 10111 | 10011111 | 1000010 | 101110 |
Color Harmonies of #28C58E
Complementary color
Monochromatic Colors of #28C58E
Black with #28C58E
Text Example
Text Example
White with #28C58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C58E; }
p { color: rgb(40,197,142); }
H1.HeaderClassName
{
color: #28C58E;
}
.AnyTagClassName
{
color: #28C58E;
}
</style>
background-color css
<style>
a { background-color: #28C58E; }
a { background-color: rgb(40,197,142); }
div.DivClassName
{
background-color: #28C58E;
}
.BgClassName
{
background-color: #28C58E;
}
</style>
border-color css
<style>
span { border-color: #28C58E; }
span { border-color: rgb(40,197,142); }
td.TdClassName
{
border-color: #28C58E;
}
.TagClassName
{
border-color: #28C58E;
}
</style>