Shades of Shamrock #29C38F
Tints of Shamrock #29C38F
RGB
CMYK
RGB Variations
Color information
#29C38F (or 0x29C38F) is known color: Shamrock. HEX triplet: 29, C3 and 8F. RGB value is (41,195,143). Sum of RGB (Red+Green+Blue) = 41+195+143=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #29C38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C38F is #D63C70. Grayscale: #8F8F8F. Windows color (decimal): -14040177 or 9421609. OLE color: 9421609.
HSL color Cylindrical-coordinate representation of color #29C38F: hue angle of 159.74º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C38F is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 195 | 143 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.24 |
| HSL | 159.74º | 0.65% | 0.46% | - |
| HSV(B) | 159.74º | 0.79% | 0.76% | - |
| XYZ | 25.39 | 41.48 | 32.66 | - |
| YUV | 143.03 | 127.98 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 195 | 143 | 0.79 | 0 | 0.27 | 0.24 | 159.74 | 0.65 | 0.46 |
| Hex | 29 | C3 | 8F | 4F | 0 | 1B | 18 | A0 | 41 | 2E |
| Octal | 51 | 303 | 217 | 117 | 0 | 33 | 30 | 240 | 101 | 56 |
| Binary | 101001 | 11000011 | 10001111 | 1001111 | 0 | 11011 | 11000 | 10100000 | 1000001 | 101110 |
Color Harmonies of #29C38F
Complementary color
Monochromatic Colors of #29C38F
Black with #29C38F
Text Example
Text Example
White with #29C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C38F; }
p { color: rgb(41,195,143); }
H1.HeaderClassName
{
color: #29C38F;
}
.AnyTagClassName
{
color: #29C38F;
}
</style>
background-color css
<style>
a { background-color: #29C38F; }
a { background-color: rgb(41,195,143); }
div.DivClassName
{
background-color: #29C38F;
}
.BgClassName
{
background-color: #29C38F;
}
</style>
border-color css
<style>
span { border-color: #29C38F; }
span { border-color: rgb(41,195,143); }
td.TdClassName
{
border-color: #29C38F;
}
.TagClassName
{
border-color: #29C38F;
}
</style>