Shades of Shamrock #29D694
Tints of Shamrock #29D694
RGB
CMYK
RGB Variations
Color information
#29D694 (or 0x29D694) is known color: Shamrock. HEX triplet: 29, D6 and 94. RGB value is (41,214,148). Sum of RGB (Red+Green+Blue) = 41+214+148=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #29D694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29D694 is #D6296B. Grayscale: #9A9A9A. Windows color (decimal): -14035308 or 9754153. OLE color: 9754153.
HSL color Cylindrical-coordinate representation of color #29D694: hue angle of 157.11º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D694 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 214 | 148 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.16 |
| HSL | 157.11º | 0.68% | 0.5% | - |
| HSV(B) | 157.11º | 0.81% | 0.84% | - |
| XYZ | 30.31 | 50.7 | 36.21 | - |
| YUV | 154.75 | 124.19 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 214 | 148 | 0.81 | 0 | 0.31 | 0.16 | 157.11 | 0.68 | 0.5 |
| Hex | 29 | D6 | 94 | 51 | 0 | 1F | 10 | 9D | 44 | 32 |
| Octal | 51 | 326 | 224 | 121 | 0 | 37 | 20 | 235 | 104 | 62 |
| Binary | 101001 | 11010110 | 10010100 | 1010001 | 0 | 11111 | 10000 | 10011101 | 1000100 | 110010 |
Color Harmonies of #29D694
Complementary color
Monochromatic Colors of #29D694
Black with #29D694
Text Example
Text Example
White with #29D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D694; }
p { color: rgb(41,214,148); }
H1.HeaderClassName
{
color: #29D694;
}
.AnyTagClassName
{
color: #29D694;
}
</style>
background-color css
<style>
a { background-color: #29D694; }
a { background-color: rgb(41,214,148); }
div.DivClassName
{
background-color: #29D694;
}
.BgClassName
{
background-color: #29D694;
}
</style>
border-color css
<style>
span { border-color: #29D694; }
span { border-color: rgb(41,214,148); }
td.TdClassName
{
border-color: #29D694;
}
.TagClassName
{
border-color: #29D694;
}
</style>