Shades of Shamrock #29CBA1
Tints of Shamrock #29CBA1
RGB
CMYK
RGB Variations
Color information
#29CBA1 (or 0x29CBA1) is known color: Shamrock. HEX triplet: 29, CB and A1. RGB value is (41,203,161). Sum of RGB (Red+Green+Blue) = 41+203+161=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #29CBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CBA1 is #D6345E. Grayscale: #959595. Windows color (decimal): -14038111 or 10603305. OLE color: 10603305.
HSL color Cylindrical-coordinate representation of color #29CBA1: hue angle of 164.44º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CBA1 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 203 | 161 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.20 |
| HSL | 164.44º | 0.66% | 0.48% | - |
| HSV(B) | 164.44º | 0.8% | 0.8% | - |
| XYZ | 28.7 | 45.76 | 41.04 | - |
| YUV | 149.77 | 134.33 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 203 | 161 | 0.80 | 0 | 0.21 | 0.20 | 164.44 | 0.66 | 0.48 |
| Hex | 29 | CB | A1 | 50 | 0 | 15 | 14 | A4 | 42 | 30 |
| Octal | 51 | 313 | 241 | 120 | 0 | 25 | 24 | 244 | 102 | 60 |
| Binary | 101001 | 11001011 | 10100001 | 1010000 | 0 | 10101 | 10100 | 10100100 | 1000010 | 110000 |
Color Harmonies of #29CBA1
Complementary color
Monochromatic Colors of #29CBA1
Black with #29CBA1
Text Example
Text Example
White with #29CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CBA1; }
p { color: rgb(41,203,161); }
H1.HeaderClassName
{
color: #29CBA1;
}
.AnyTagClassName
{
color: #29CBA1;
}
</style>
background-color css
<style>
a { background-color: #29CBA1; }
a { background-color: rgb(41,203,161); }
div.DivClassName
{
background-color: #29CBA1;
}
.BgClassName
{
background-color: #29CBA1;
}
</style>
border-color css
<style>
span { border-color: #29CBA1; }
span { border-color: rgb(41,203,161); }
td.TdClassName
{
border-color: #29CBA1;
}
.TagClassName
{
border-color: #29CBA1;
}
</style>