Shades of Shamrock #28C492
Tints of Shamrock #28C492
RGB
CMYK
RGB Variations
Color information
#28C492 (or 0x28C492) is known color: Shamrock. HEX triplet: 28, C4 and 92. RGB value is (40,196,146). Sum of RGB (Red+Green+Blue) = 40+196+146=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #28C492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C492 is #D73B6D. Grayscale: #8F8F8F. Windows color (decimal): -14105454 or 9618472. OLE color: 9618472.
HSL color Cylindrical-coordinate representation of color #28C492: hue angle of 160.77º 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 #28C492 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 146 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.23 |
| HSL | 160.77º | 0.66% | 0.46% | - |
| HSV(B) | 160.77º | 0.8% | 0.77% | - |
| XYZ | 25.8 | 42.01 | 33.94 | - |
| YUV | 143.66 | 129.32 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 146 | 0.80 | 0 | 0.26 | 0.23 | 160.77 | 0.66 | 0.46 |
| Hex | 28 | C4 | 92 | 50 | 0 | 1A | 17 | A1 | 42 | 2E |
| Octal | 50 | 304 | 222 | 120 | 0 | 32 | 27 | 241 | 102 | 56 |
| Binary | 101000 | 11000100 | 10010010 | 1010000 | 0 | 11010 | 10111 | 10100001 | 1000010 | 101110 |
Color Harmonies of #28C492
Complementary color
Monochromatic Colors of #28C492
Black with #28C492
Text Example
Text Example
White with #28C492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C492; }
p { color: rgb(40,196,146); }
H1.HeaderClassName
{
color: #28C492;
}
.AnyTagClassName
{
color: #28C492;
}
</style>
background-color css
<style>
a { background-color: #28C492; }
a { background-color: rgb(40,196,146); }
div.DivClassName
{
background-color: #28C492;
}
.BgClassName
{
background-color: #28C492;
}
</style>
border-color css
<style>
span { border-color: #28C492; }
span { border-color: rgb(40,196,146); }
td.TdClassName
{
border-color: #28C492;
}
.TagClassName
{
border-color: #28C492;
}
</style>