Shades of Shamrock #29CF88
Tints of Shamrock #29CF88
RGB
CMYK
RGB Variations
Color information
#29CF88 (or 0x29CF88) is known color: Shamrock. HEX triplet: 29, CF and 88. RGB value is (41,207,136). Sum of RGB (Red+Green+Blue) = 41+207+136=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CF88 is #D63077. Grayscale: #959595. Windows color (decimal): -14037112 or 8965929. OLE color: 8965929.
HSL color Cylindrical-coordinate representation of color #29CF88: hue angle of 154.34º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CF88 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 136 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.19 |
| HSL | 154.34º | 0.67% | 0.49% | - |
| HSV(B) | 154.34º | 0.8% | 0.81% | - |
| XYZ | 27.67 | 46.87 | 30.88 | - |
| YUV | 149.27 | 120.5 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 136 | 0.80 | 0 | 0.34 | 0.19 | 154.34 | 0.67 | 0.49 |
| Hex | 29 | CF | 88 | 50 | 0 | 22 | 13 | 9A | 43 | 31 |
| Octal | 51 | 317 | 210 | 120 | 0 | 42 | 23 | 232 | 103 | 61 |
| Binary | 101001 | 11001111 | 10001000 | 1010000 | 0 | 100010 | 10011 | 10011010 | 1000011 | 110001 |
Color Harmonies of #29CF88
Complementary color
Monochromatic Colors of #29CF88
Black with #29CF88
Text Example
Text Example
White with #29CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF88; }
p { color: rgb(41,207,136); }
H1.HeaderClassName
{
color: #29CF88;
}
.AnyTagClassName
{
color: #29CF88;
}
</style>
background-color css
<style>
a { background-color: #29CF88; }
a { background-color: rgb(41,207,136); }
div.DivClassName
{
background-color: #29CF88;
}
.BgClassName
{
background-color: #29CF88;
}
</style>
border-color css
<style>
span { border-color: #29CF88; }
span { border-color: rgb(41,207,136); }
td.TdClassName
{
border-color: #29CF88;
}
.TagClassName
{
border-color: #29CF88;
}
</style>