Shades of Shamrock #29C29B
Tints of Shamrock #29C29B
RGB
CMYK
RGB Variations
Color information
#29C29B (or 0x29C29B) is known color: Shamrock. HEX triplet: 29, C2 and 9B. RGB value is (41,194,155). Sum of RGB (Red+Green+Blue) = 41+194+155=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #29C29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C29B is #D63D64. Grayscale: #8F8F8F. Windows color (decimal): -14040421 or 10207785. OLE color: 10207785.
HSL color Cylindrical-coordinate representation of color #29C29B: hue angle of 164.71º degrees, saturation: 0.65, 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 #29C29B is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 194 | 155 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.24 |
| HSL | 164.71º | 0.65% | 0.46% | - |
| HSV(B) | 164.71º | 0.79% | 0.76% | - |
| XYZ | 26.12 | 41.42 | 37.63 | - |
| YUV | 143.81 | 134.31 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 194 | 155 | 0.79 | 0 | 0.20 | 0.24 | 164.71 | 0.65 | 0.46 |
| Hex | 29 | C2 | 9B | 4F | 0 | 14 | 18 | A5 | 41 | 2E |
| Octal | 51 | 302 | 233 | 117 | 0 | 24 | 30 | 245 | 101 | 56 |
| Binary | 101001 | 11000010 | 10011011 | 1001111 | 0 | 10100 | 11000 | 10100101 | 1000001 | 101110 |
Color Harmonies of #29C29B
Complementary color
Monochromatic Colors of #29C29B
Black with #29C29B
Text Example
Text Example
White with #29C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C29B; }
p { color: rgb(41,194,155); }
H1.HeaderClassName
{
color: #29C29B;
}
.AnyTagClassName
{
color: #29C29B;
}
</style>
background-color css
<style>
a { background-color: #29C29B; }
a { background-color: rgb(41,194,155); }
div.DivClassName
{
background-color: #29C29B;
}
.BgClassName
{
background-color: #29C29B;
}
</style>
border-color css
<style>
span { border-color: #29C29B; }
span { border-color: rgb(41,194,155); }
td.TdClassName
{
border-color: #29C29B;
}
.TagClassName
{
border-color: #29C29B;
}
</style>