Shades of Shamrock #29DBA4
Tints of Shamrock #29DBA4
RGB
CMYK
RGB Variations
Color information
#29DBA4 (or 0x29DBA4) is known color: Shamrock. HEX triplet: 29, DB and A4. RGB value is (41,219,164). Sum of RGB (Red+Green+Blue) = 41+219+164=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #29DBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29DBA4 is #D6245B. Grayscale: #9F9F9F. Windows color (decimal): -14034012 or 10804009. OLE color: 10804009.
HSL color Cylindrical-coordinate representation of color #29DBA4: hue angle of 161.46º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DBA4 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 219 | 164 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.14 |
| HSL | 161.46º | 0.71% | 0.51% | - |
| HSV(B) | 161.46º | 0.81% | 0.86% | - |
| XYZ | 32.95 | 53.81 | 43.77 | - |
| YUV | 159.51 | 130.53 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 219 | 164 | 0.81 | 0 | 0.25 | 0.14 | 161.46 | 0.71 | 0.51 |
| Hex | 29 | DB | A4 | 51 | 0 | 19 | E | A1 | 47 | 33 |
| Octal | 51 | 333 | 244 | 121 | 0 | 31 | 16 | 241 | 107 | 63 |
| Binary | 101001 | 11011011 | 10100100 | 1010001 | 0 | 11001 | 1110 | 10100001 | 1000111 | 110011 |
Color Harmonies of #29DBA4
Complementary color
Monochromatic Colors of #29DBA4
Black with #29DBA4
Text Example
Text Example
White with #29DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DBA4; }
p { color: rgb(41,219,164); }
H1.HeaderClassName
{
color: #29DBA4;
}
.AnyTagClassName
{
color: #29DBA4;
}
</style>
background-color css
<style>
a { background-color: #29DBA4; }
a { background-color: rgb(41,219,164); }
div.DivClassName
{
background-color: #29DBA4;
}
.BgClassName
{
background-color: #29DBA4;
}
</style>
border-color css
<style>
span { border-color: #29DBA4; }
span { border-color: rgb(41,219,164); }
td.TdClassName
{
border-color: #29DBA4;
}
.TagClassName
{
border-color: #29DBA4;
}
</style>