Shades of Shamrock #28C49D
Tints of Shamrock #28C49D
RGB
CMYK
RGB Variations
Color information
#28C49D (or 0x28C49D) is known color: Shamrock. HEX triplet: 28, C4 and 9D. RGB value is (40,196,157). Sum of RGB (Red+Green+Blue) = 40+196+157=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #28C49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C49D is #D73B62. Grayscale: #909090. Windows color (decimal): -14105443 or 10339368. OLE color: 10339368.
HSL color Cylindrical-coordinate representation of color #28C49D: hue angle of 165º 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 #28C49D is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 157 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.23 |
| HSL | 165º | 0.66% | 0.46% | - |
| HSV(B) | 165º | 0.8% | 0.77% | - |
| XYZ | 26.7 | 42.37 | 38.67 | - |
| YUV | 144.91 | 134.82 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 157 | 0.80 | 0 | 0.20 | 0.23 | 165 | 0.66 | 0.46 |
| Hex | 28 | C4 | 9D | 50 | 0 | 14 | 17 | A5 | 42 | 2E |
| Octal | 50 | 304 | 235 | 120 | 0 | 24 | 27 | 245 | 102 | 56 |
| Binary | 101000 | 11000100 | 10011101 | 1010000 | 0 | 10100 | 10111 | 10100101 | 1000010 | 101110 |
Color Harmonies of #28C49D
Complementary color
Monochromatic Colors of #28C49D
Black with #28C49D
Text Example
Text Example
White with #28C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C49D; }
p { color: rgb(40,196,157); }
H1.HeaderClassName
{
color: #28C49D;
}
.AnyTagClassName
{
color: #28C49D;
}
</style>
background-color css
<style>
a { background-color: #28C49D; }
a { background-color: rgb(40,196,157); }
div.DivClassName
{
background-color: #28C49D;
}
.BgClassName
{
background-color: #28C49D;
}
</style>
border-color css
<style>
span { border-color: #28C49D; }
span { border-color: rgb(40,196,157); }
td.TdClassName
{
border-color: #28C49D;
}
.TagClassName
{
border-color: #28C49D;
}
</style>