Shades of Shamrock #28C39C
Tints of Shamrock #28C39C
RGB
CMYK
RGB Variations
Color information
#28C39C (or 0x28C39C) is known color: Shamrock. HEX triplet: 28, C3 and 9C. RGB value is (40,195,156). Sum of RGB (Red+Green+Blue) = 40+195+156=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #28C39C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C39C is #D73C63. Grayscale: #909090. Windows color (decimal): -14105700 or 10273576. OLE color: 10273576.
HSL color Cylindrical-coordinate representation of color #28C39C: hue angle of 164.9º 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 #28C39C is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 156 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.24 |
| HSL | 164.9º | 0.66% | 0.46% | - |
| HSV(B) | 164.9º | 0.79% | 0.76% | - |
| XYZ | 26.39 | 41.88 | 38.15 | - |
| YUV | 144.21 | 134.65 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 156 | 0.79 | 0 | 0.20 | 0.24 | 164.9 | 0.66 | 0.46 |
| Hex | 28 | C3 | 9C | 4F | 0 | 14 | 18 | A5 | 42 | 2E |
| Octal | 50 | 303 | 234 | 117 | 0 | 24 | 30 | 245 | 102 | 56 |
| Binary | 101000 | 11000011 | 10011100 | 1001111 | 0 | 10100 | 11000 | 10100101 | 1000010 | 101110 |
Color Harmonies of #28C39C
Complementary color
Monochromatic Colors of #28C39C
Black with #28C39C
Text Example
Text Example
White with #28C39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C39C; }
p { color: rgb(40,195,156); }
H1.HeaderClassName
{
color: #28C39C;
}
.AnyTagClassName
{
color: #28C39C;
}
</style>
background-color css
<style>
a { background-color: #28C39C; }
a { background-color: rgb(40,195,156); }
div.DivClassName
{
background-color: #28C39C;
}
.BgClassName
{
background-color: #28C39C;
}
</style>
border-color css
<style>
span { border-color: #28C39C; }
span { border-color: rgb(40,195,156); }
td.TdClassName
{
border-color: #28C39C;
}
.TagClassName
{
border-color: #28C39C;
}
</style>