Shades of Shamrock #29C694
Tints of Shamrock #29C694
RGB
CMYK
RGB Variations
Color information
#29C694 (or 0x29C694) is known color: Shamrock. HEX triplet: 29, C6 and 94. RGB value is (41,198,148). Sum of RGB (Red+Green+Blue) = 41+198+148=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #29C694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C694 is #D6396B. Grayscale: #919191. Windows color (decimal): -14039404 or 9750057. OLE color: 9750057.
HSL color Cylindrical-coordinate representation of color #29C694: hue angle of 160.89º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C694 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 198 | 148 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.22 |
| HSL | 160.89º | 0.66% | 0.47% | - |
| HSV(B) | 160.89º | 0.79% | 0.78% | - |
| XYZ | 26.45 | 43 | 34.92 | - |
| YUV | 145.36 | 129.49 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 198 | 148 | 0.79 | 0 | 0.25 | 0.22 | 160.89 | 0.66 | 0.47 |
| Hex | 29 | C6 | 94 | 4F | 0 | 19 | 16 | A1 | 42 | 2F |
| Octal | 51 | 306 | 224 | 117 | 0 | 31 | 26 | 241 | 102 | 57 |
| Binary | 101001 | 11000110 | 10010100 | 1001111 | 0 | 11001 | 10110 | 10100001 | 1000010 | 101111 |
Color Harmonies of #29C694
Complementary color
Monochromatic Colors of #29C694
Black with #29C694
Text Example
Text Example
White with #29C694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C694; }
p { color: rgb(41,198,148); }
H1.HeaderClassName
{
color: #29C694;
}
.AnyTagClassName
{
color: #29C694;
}
</style>
background-color css
<style>
a { background-color: #29C694; }
a { background-color: rgb(41,198,148); }
div.DivClassName
{
background-color: #29C694;
}
.BgClassName
{
background-color: #29C694;
}
</style>
border-color css
<style>
span { border-color: #29C694; }
span { border-color: rgb(41,198,148); }
td.TdClassName
{
border-color: #29C694;
}
.TagClassName
{
border-color: #29C694;
}
</style>