Shades of Shamrock #29C7A1
Tints of Shamrock #29C7A1
RGB
CMYK
RGB Variations
Color information
#29C7A1 (or 0x29C7A1) is known color: Shamrock. HEX triplet: 29, C7 and A1. RGB value is (41,199,161). Sum of RGB (Red+Green+Blue) = 41+199+161=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #29C7A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C7A1 is #D6385E. Grayscale: #939393. Windows color (decimal): -14039135 or 10602281. OLE color: 10602281.
HSL color Cylindrical-coordinate representation of color #29C7A1: hue angle of 165.57º 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 #29C7A1 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 199 | 161 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.22 |
| HSL | 165.57º | 0.66% | 0.47% | - |
| HSV(B) | 165.57º | 0.79% | 0.78% | - |
| XYZ | 27.77 | 43.89 | 40.73 | - |
| YUV | 147.43 | 135.65 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 199 | 161 | 0.79 | 0 | 0.19 | 0.22 | 165.57 | 0.66 | 0.47 |
| Hex | 29 | C7 | A1 | 4F | 0 | 13 | 16 | A6 | 42 | 2F |
| Octal | 51 | 307 | 241 | 117 | 0 | 23 | 26 | 246 | 102 | 57 |
| Binary | 101001 | 11000111 | 10100001 | 1001111 | 0 | 10011 | 10110 | 10100110 | 1000010 | 101111 |
Color Harmonies of #29C7A1
Complementary color
Monochromatic Colors of #29C7A1
Black with #29C7A1
Text Example
Text Example
White with #29C7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C7A1; }
p { color: rgb(41,199,161); }
H1.HeaderClassName
{
color: #29C7A1;
}
.AnyTagClassName
{
color: #29C7A1;
}
</style>
background-color css
<style>
a { background-color: #29C7A1; }
a { background-color: rgb(41,199,161); }
div.DivClassName
{
background-color: #29C7A1;
}
.BgClassName
{
background-color: #29C7A1;
}
</style>
border-color css
<style>
span { border-color: #29C7A1; }
span { border-color: rgb(41,199,161); }
td.TdClassName
{
border-color: #29C7A1;
}
.TagClassName
{
border-color: #29C7A1;
}
</style>