Shades of Shamrock #28C297
Tints of Shamrock #28C297
RGB
CMYK
RGB Variations
Color information
#28C297 (or 0x28C297) is known color: Shamrock. HEX triplet: 28, C2 and 97. RGB value is (40,194,151). Sum of RGB (Red+Green+Blue) = 40+194+151=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #28C297 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C297 is #D73D68. Grayscale: #8F8F8F. Windows color (decimal): -14105961 or 9945640. OLE color: 9945640.
HSL color Cylindrical-coordinate representation of color #28C297: hue angle of 163.25º 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 #28C297 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 151 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.24 |
| HSL | 163.25º | 0.66% | 0.46% | - |
| HSV(B) | 163.25º | 0.79% | 0.76% | - |
| XYZ | 25.75 | 41.27 | 35.89 | - |
| YUV | 143.05 | 132.48 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 151 | 0.79 | 0 | 0.22 | 0.24 | 163.25 | 0.66 | 0.46 |
| Hex | 28 | C2 | 97 | 4F | 0 | 16 | 18 | A3 | 42 | 2E |
| Octal | 50 | 302 | 227 | 117 | 0 | 26 | 30 | 243 | 102 | 56 |
| Binary | 101000 | 11000010 | 10010111 | 1001111 | 0 | 10110 | 11000 | 10100011 | 1000010 | 101110 |
Color Harmonies of #28C297
Complementary color
Monochromatic Colors of #28C297
Black with #28C297
Text Example
Text Example
White with #28C297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C297; }
p { color: rgb(40,194,151); }
H1.HeaderClassName
{
color: #28C297;
}
.AnyTagClassName
{
color: #28C297;
}
</style>
background-color css
<style>
a { background-color: #28C297; }
a { background-color: rgb(40,194,151); }
div.DivClassName
{
background-color: #28C297;
}
.BgClassName
{
background-color: #28C297;
}
</style>
border-color css
<style>
span { border-color: #28C297; }
span { border-color: rgb(40,194,151); }
td.TdClassName
{
border-color: #28C297;
}
.TagClassName
{
border-color: #28C297;
}
</style>