Shades of Shamrock #29CB91
Tints of Shamrock #29CB91
RGB
CMYK
RGB Variations
Color information
#29CB91 (or 0x29CB91) is known color: Shamrock. HEX triplet: 29, CB and 91. RGB value is (41,203,145). Sum of RGB (Red+Green+Blue) = 41+203+145=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CB91 is #D6346E. Grayscale: #949494. Windows color (decimal): -14038127 or 9554729. OLE color: 9554729.
HSL color Cylindrical-coordinate representation of color #29CB91: hue angle of 158.52º 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 #29CB91 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 203 | 145 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.20 |
| HSL | 158.52º | 0.66% | 0.48% | - |
| HSV(B) | 158.52º | 0.8% | 0.8% | - |
| XYZ | 27.38 | 45.23 | 34.07 | - |
| YUV | 147.95 | 126.33 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 203 | 145 | 0.80 | 0 | 0.29 | 0.20 | 158.52 | 0.66 | 0.48 |
| Hex | 29 | CB | 91 | 50 | 0 | 1D | 14 | 9F | 42 | 30 |
| Octal | 51 | 313 | 221 | 120 | 0 | 35 | 24 | 237 | 102 | 60 |
| Binary | 101001 | 11001011 | 10010001 | 1010000 | 0 | 11101 | 10100 | 10011111 | 1000010 | 110000 |
Color Harmonies of #29CB91
Complementary color
Monochromatic Colors of #29CB91
Black with #29CB91
Text Example
Text Example
White with #29CB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CB91; }
p { color: rgb(41,203,145); }
H1.HeaderClassName
{
color: #29CB91;
}
.AnyTagClassName
{
color: #29CB91;
}
</style>
background-color css
<style>
a { background-color: #29CB91; }
a { background-color: rgb(41,203,145); }
div.DivClassName
{
background-color: #29CB91;
}
.BgClassName
{
background-color: #29CB91;
}
</style>
border-color css
<style>
span { border-color: #29CB91; }
span { border-color: rgb(41,203,145); }
td.TdClassName
{
border-color: #29CB91;
}
.TagClassName
{
border-color: #29CB91;
}
</style>