Shades of Shamrock #28C195
Tints of Shamrock #28C195
RGB
CMYK
RGB Variations
Color information
#28C195 (or 0x28C195) is known color: Shamrock. HEX triplet: 28, C1 and 95. RGB value is (40,193,149). Sum of RGB (Red+Green+Blue) = 40+193+149=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #28C195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C195 is #D73E6A. Grayscale: #8E8E8E. Windows color (decimal): -14106219 or 9814312. OLE color: 9814312.
HSL color Cylindrical-coordinate representation of color #28C195: hue angle of 162.75º 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 #28C195 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 149 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.24 |
| HSL | 162.75º | 0.66% | 0.46% | - |
| HSV(B) | 162.75º | 0.79% | 0.76% | - |
| XYZ | 25.37 | 40.76 | 34.96 | - |
| YUV | 142.24 | 131.81 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 149 | 0.79 | 0 | 0.23 | 0.24 | 162.75 | 0.66 | 0.46 |
| Hex | 28 | C1 | 95 | 4F | 0 | 17 | 18 | A3 | 42 | 2E |
| Octal | 50 | 301 | 225 | 117 | 0 | 27 | 30 | 243 | 102 | 56 |
| Binary | 101000 | 11000001 | 10010101 | 1001111 | 0 | 10111 | 11000 | 10100011 | 1000010 | 101110 |
Color Harmonies of #28C195
Complementary color
Monochromatic Colors of #28C195
Black with #28C195
Text Example
Text Example
White with #28C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C195; }
p { color: rgb(40,193,149); }
H1.HeaderClassName
{
color: #28C195;
}
.AnyTagClassName
{
color: #28C195;
}
</style>
background-color css
<style>
a { background-color: #28C195; }
a { background-color: rgb(40,193,149); }
div.DivClassName
{
background-color: #28C195;
}
.BgClassName
{
background-color: #28C195;
}
</style>
border-color css
<style>
span { border-color: #28C195; }
span { border-color: rgb(40,193,149); }
td.TdClassName
{
border-color: #28C195;
}
.TagClassName
{
border-color: #28C195;
}
</style>