Shades of Shamrock #29D3A3
Tints of Shamrock #29D3A3
RGB
CMYK
RGB Variations
Color information
#29D3A3 (or 0x29D3A3) is known color: Shamrock. HEX triplet: 29, D3 and A3. RGB value is (41,211,163). Sum of RGB (Red+Green+Blue) = 41+211+163=415 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.88% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #29D3A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29D3A3 is #D62C5C. Grayscale: #9A9A9A. Windows color (decimal): -14036061 or 10736425. OLE color: 10736425.
HSL color Cylindrical-coordinate representation of color #29D3A3: hue angle of 163.06º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D3A3 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 211 | 163 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.17 |
| HSL | 163.06º | 0.67% | 0.49% | - |
| HSV(B) | 163.06º | 0.81% | 0.83% | - |
| XYZ | 30.82 | 49.7 | 42.62 | - |
| YUV | 154.7 | 132.68 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 211 | 163 | 0.81 | 0 | 0.23 | 0.17 | 163.06 | 0.67 | 0.49 |
| Hex | 29 | D3 | A3 | 51 | 0 | 17 | 11 | A3 | 43 | 31 |
| Octal | 51 | 323 | 243 | 121 | 0 | 27 | 21 | 243 | 103 | 61 |
| Binary | 101001 | 11010011 | 10100011 | 1010001 | 0 | 10111 | 10001 | 10100011 | 1000011 | 110001 |
Color Harmonies of #29D3A3
Complementary color
Monochromatic Colors of #29D3A3
Black with #29D3A3
Text Example
Text Example
White with #29D3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D3A3; }
p { color: rgb(41,211,163); }
H1.HeaderClassName
{
color: #29D3A3;
}
.AnyTagClassName
{
color: #29D3A3;
}
</style>
background-color css
<style>
a { background-color: #29D3A3; }
a { background-color: rgb(41,211,163); }
div.DivClassName
{
background-color: #29D3A3;
}
.BgClassName
{
background-color: #29D3A3;
}
</style>
border-color css
<style>
span { border-color: #29D3A3; }
span { border-color: rgb(41,211,163); }
td.TdClassName
{
border-color: #29D3A3;
}
.TagClassName
{
border-color: #29D3A3;
}
</style>