Shades of Shamrock #29C092
Tints of Shamrock #29C092
RGB
CMYK
RGB Variations
Color information
#29C092 (or 0x29C092) is known color: Shamrock. HEX triplet: 29, C0 and 92. RGB value is (41,192,146). Sum of RGB (Red+Green+Blue) = 41+192+146=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #29C092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C092 is #D63F6D. Grayscale: #8D8D8D. Windows color (decimal): -14040942 or 9617449. OLE color: 9617449.
HSL color Cylindrical-coordinate representation of color #29C092: hue angle of 161.72º 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 #29C092 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 146 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.25 |
| HSL | 161.72º | 0.65% | 0.46% | - |
| HSV(B) | 161.72º | 0.79% | 0.75% | - |
| XYZ | 24.95 | 40.25 | 33.65 | - |
| YUV | 141.61 | 130.47 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 146 | 0.79 | 0 | 0.24 | 0.25 | 161.72 | 0.65 | 0.46 |
| Hex | 29 | C0 | 92 | 4F | 0 | 18 | 19 | A2 | 41 | 2E |
| Octal | 51 | 300 | 222 | 117 | 0 | 30 | 31 | 242 | 101 | 56 |
| Binary | 101001 | 11000000 | 10010010 | 1001111 | 0 | 11000 | 11001 | 10100010 | 1000001 | 101110 |
Color Harmonies of #29C092
Complementary color
Monochromatic Colors of #29C092
Black with #29C092
Text Example
Text Example
White with #29C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C092; }
p { color: rgb(41,192,146); }
H1.HeaderClassName
{
color: #29C092;
}
.AnyTagClassName
{
color: #29C092;
}
</style>
background-color css
<style>
a { background-color: #29C092; }
a { background-color: rgb(41,192,146); }
div.DivClassName
{
background-color: #29C092;
}
.BgClassName
{
background-color: #29C092;
}
</style>
border-color css
<style>
span { border-color: #29C092; }
span { border-color: rgb(41,192,146); }
td.TdClassName
{
border-color: #29C092;
}
.TagClassName
{
border-color: #29C092;
}
</style>