Shades of Shamrock #29C08F
Tints of Shamrock #29C08F
RGB
CMYK
RGB Variations
Color information
#29C08F (or 0x29C08F) is known color: Shamrock. HEX triplet: 29, C0 and 8F. RGB value is (41,192,143). Sum of RGB (Red+Green+Blue) = 41+192+143=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #29C08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C08F is #D63F70. Grayscale: #8D8D8D. Windows color (decimal): -14040945 or 9420841. OLE color: 9420841.
HSL color Cylindrical-coordinate representation of color #29C08F: hue angle of 160.53º 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 #29C08F is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 143 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.25 |
| HSL | 160.53º | 0.65% | 0.46% | - |
| HSV(B) | 160.53º | 0.79% | 0.75% | - |
| XYZ | 24.72 | 40.15 | 32.43 | - |
| YUV | 141.27 | 128.97 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 143 | 0.79 | 0 | 0.26 | 0.25 | 160.53 | 0.65 | 0.46 |
| Hex | 29 | C0 | 8F | 4F | 0 | 1A | 19 | A1 | 41 | 2E |
| Octal | 51 | 300 | 217 | 117 | 0 | 32 | 31 | 241 | 101 | 56 |
| Binary | 101001 | 11000000 | 10001111 | 1001111 | 0 | 11010 | 11001 | 10100001 | 1000001 | 101110 |
Color Harmonies of #29C08F
Complementary color
Monochromatic Colors of #29C08F
Black with #29C08F
Text Example
Text Example
White with #29C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C08F; }
p { color: rgb(41,192,143); }
H1.HeaderClassName
{
color: #29C08F;
}
.AnyTagClassName
{
color: #29C08F;
}
</style>
background-color css
<style>
a { background-color: #29C08F; }
a { background-color: rgb(41,192,143); }
div.DivClassName
{
background-color: #29C08F;
}
.BgClassName
{
background-color: #29C08F;
}
</style>
border-color css
<style>
span { border-color: #29C08F; }
span { border-color: rgb(41,192,143); }
td.TdClassName
{
border-color: #29C08F;
}
.TagClassName
{
border-color: #29C08F;
}
</style>