Shades of Shamrock #28C095
Tints of Shamrock #28C095
RGB
CMYK
RGB Variations
Color information
#28C095 (or 0x28C095) is known color: Shamrock. HEX triplet: 28, C0 and 95. RGB value is (40,192,149). Sum of RGB (Red+Green+Blue) = 40+192+149=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #28C095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C095 is #D73F6A. Grayscale: #8D8D8D. Windows color (decimal): -14106475 or 9814056. OLE color: 9814056.
HSL color Cylindrical-coordinate representation of color #28C095: hue angle of 163.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C095 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 149 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.25 |
| HSL | 163.03º | 0.66% | 0.45% | - |
| HSV(B) | 163.03º | 0.79% | 0.75% | - |
| XYZ | 25.15 | 40.32 | 34.89 | - |
| YUV | 141.65 | 132.14 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 149 | 0.79 | 0 | 0.22 | 0.25 | 163.03 | 0.66 | 0.45 |
| Hex | 28 | C0 | 95 | 4F | 0 | 16 | 19 | A3 | 42 | 2D |
| Octal | 50 | 300 | 225 | 117 | 0 | 26 | 31 | 243 | 102 | 55 |
| Binary | 101000 | 11000000 | 10010101 | 1001111 | 0 | 10110 | 11001 | 10100011 | 1000010 | 101101 |
Color Harmonies of #28C095
Complementary color
Monochromatic Colors of #28C095
Black with #28C095
Text Example
Text Example
White with #28C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C095; }
p { color: rgb(40,192,149); }
H1.HeaderClassName
{
color: #28C095;
}
.AnyTagClassName
{
color: #28C095;
}
</style>
background-color css
<style>
a { background-color: #28C095; }
a { background-color: rgb(40,192,149); }
div.DivClassName
{
background-color: #28C095;
}
.BgClassName
{
background-color: #28C095;
}
</style>
border-color css
<style>
span { border-color: #28C095; }
span { border-color: rgb(40,192,149); }
td.TdClassName
{
border-color: #28C095;
}
.TagClassName
{
border-color: #28C095;
}
</style>