Shades of Shamrock #29C3A2
Tints of Shamrock #29C3A2
RGB
CMYK
RGB Variations
Color information
#29C3A2 (or 0x29C3A2) is known color: Shamrock. HEX triplet: 29, C3 and A2. RGB value is (41,195,162). Sum of RGB (Red+Green+Blue) = 41+195+162=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #29C3A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C3A2 is #D63C5D. Grayscale: #919191. Windows color (decimal): -14040158 or 10666793. OLE color: 10666793.
HSL color Cylindrical-coordinate representation of color #29C3A2: hue angle of 167.14º 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 #29C3A2 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 195 | 162 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.24 |
| HSL | 167.14º | 0.65% | 0.46% | - |
| HSV(B) | 167.14º | 0.79% | 0.76% | - |
| XYZ | 26.95 | 42.11 | 40.89 | - |
| YUV | 145.19 | 137.48 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 195 | 162 | 0.79 | 0 | 0.17 | 0.24 | 167.14 | 0.65 | 0.46 |
| Hex | 29 | C3 | A2 | 4F | 0 | 11 | 18 | A7 | 41 | 2E |
| Octal | 51 | 303 | 242 | 117 | 0 | 21 | 30 | 247 | 101 | 56 |
| Binary | 101001 | 11000011 | 10100010 | 1001111 | 0 | 10001 | 11000 | 10100111 | 1000001 | 101110 |
Color Harmonies of #29C3A2
Complementary color
Monochromatic Colors of #29C3A2
Black with #29C3A2
Text Example
Text Example
White with #29C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C3A2; }
p { color: rgb(41,195,162); }
H1.HeaderClassName
{
color: #29C3A2;
}
.AnyTagClassName
{
color: #29C3A2;
}
</style>
background-color css
<style>
a { background-color: #29C3A2; }
a { background-color: rgb(41,195,162); }
div.DivClassName
{
background-color: #29C3A2;
}
.BgClassName
{
background-color: #29C3A2;
}
</style>
border-color css
<style>
span { border-color: #29C3A2; }
span { border-color: rgb(41,195,162); }
td.TdClassName
{
border-color: #29C3A2;
}
.TagClassName
{
border-color: #29C3A2;
}
</style>