Shades of Shamrock #29C096
Tints of Shamrock #29C096
RGB
CMYK
RGB Variations
Color information
#29C096 (or 0x29C096) is known color: Shamrock. HEX triplet: 29, C0 and 96. RGB value is (41,192,150). Sum of RGB (Red+Green+Blue) = 41+192+150=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #29C096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C096 is #D63F69. Grayscale: #8E8E8E. Windows color (decimal): -14040938 or 9879593. OLE color: 9879593.
HSL color Cylindrical-coordinate representation of color #29C096: hue angle of 163.31º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C096 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 150 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.25 |
| HSL | 163.31º | 0.65% | 0.46% | - |
| HSV(B) | 163.31º | 0.79% | 0.75% | - |
| XYZ | 25.27 | 40.37 | 35.32 | - |
| YUV | 142.06 | 132.47 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 150 | 0.79 | 0 | 0.22 | 0.25 | 163.31 | 0.65 | 0.46 |
| Hex | 29 | C0 | 96 | 4F | 0 | 16 | 19 | A3 | 41 | 2E |
| Octal | 51 | 300 | 226 | 117 | 0 | 26 | 31 | 243 | 101 | 56 |
| Binary | 101001 | 11000000 | 10010110 | 1001111 | 0 | 10110 | 11001 | 10100011 | 1000001 | 101110 |
Color Harmonies of #29C096
Complementary color
Monochromatic Colors of #29C096
Black with #29C096
Text Example
Text Example
White with #29C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C096; }
p { color: rgb(41,192,150); }
H1.HeaderClassName
{
color: #29C096;
}
.AnyTagClassName
{
color: #29C096;
}
</style>
background-color css
<style>
a { background-color: #29C096; }
a { background-color: rgb(41,192,150); }
div.DivClassName
{
background-color: #29C096;
}
.BgClassName
{
background-color: #29C096;
}
</style>
border-color css
<style>
span { border-color: #29C096; }
span { border-color: rgb(41,192,150); }
td.TdClassName
{
border-color: #29C096;
}
.TagClassName
{
border-color: #29C096;
}
</style>