Shades of Shamrock #28C59E
Tints of Shamrock #28C59E
RGB
CMYK
RGB Variations
Color information
#28C59E (or 0x28C59E) is known color: Shamrock. HEX triplet: 28, C5 and 9E. RGB value is (40,197,158). Sum of RGB (Red+Green+Blue) = 40+197+158=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #28C59E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C59E is #D73A61. Grayscale: #919191. Windows color (decimal): -14105186 or 10405160. OLE color: 10405160.
HSL color Cylindrical-coordinate representation of color #28C59E: hue angle of 165.1º 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 #28C59E is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 158 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.23 |
| HSL | 165.1º | 0.66% | 0.46% | - |
| HSV(B) | 165.1º | 0.8% | 0.77% | - |
| XYZ | 27.01 | 42.85 | 39.2 | - |
| YUV | 145.61 | 134.99 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 158 | 0.80 | 0 | 0.20 | 0.23 | 165.1 | 0.66 | 0.46 |
| Hex | 28 | C5 | 9E | 50 | 0 | 14 | 17 | A5 | 42 | 2E |
| Octal | 50 | 305 | 236 | 120 | 0 | 24 | 27 | 245 | 102 | 56 |
| Binary | 101000 | 11000101 | 10011110 | 1010000 | 0 | 10100 | 10111 | 10100101 | 1000010 | 101110 |
Color Harmonies of #28C59E
Complementary color
Monochromatic Colors of #28C59E
Black with #28C59E
Text Example
Text Example
White with #28C59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C59E; }
p { color: rgb(40,197,158); }
H1.HeaderClassName
{
color: #28C59E;
}
.AnyTagClassName
{
color: #28C59E;
}
</style>
background-color css
<style>
a { background-color: #28C59E; }
a { background-color: rgb(40,197,158); }
div.DivClassName
{
background-color: #28C59E;
}
.BgClassName
{
background-color: #28C59E;
}
</style>
border-color css
<style>
span { border-color: #28C59E; }
span { border-color: rgb(40,197,158); }
td.TdClassName
{
border-color: #28C59E;
}
.TagClassName
{
border-color: #28C59E;
}
</style>