Shades of Shamrock #29CF7E
Tints of Shamrock #29CF7E
RGB
CMYK
RGB Variations
Color information
#29CF7E (or 0x29CF7E) is known color: Shamrock. HEX triplet: 29, CF and 7E. RGB value is (41,207,126). Sum of RGB (Red+Green+Blue) = 41+207+126=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29CF7E is #D63081. Grayscale: #949494. Windows color (decimal): -14037122 or 8310569. OLE color: 8310569.
HSL color Cylindrical-coordinate representation of color #29CF7E: hue angle of 150.72º 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 #29CF7E is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 126 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.19 |
| HSL | 150.72º | 0.67% | 0.49% | - |
| HSV(B) | 150.72º | 0.8% | 0.81% | - |
| XYZ | 26.99 | 46.6 | 27.31 | - |
| YUV | 148.13 | 115.5 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 126 | 0.80 | 0 | 0.39 | 0.19 | 150.72 | 0.67 | 0.49 |
| Hex | 29 | CF | 7E | 50 | 0 | 27 | 13 | 97 | 43 | 31 |
| Octal | 51 | 317 | 176 | 120 | 0 | 47 | 23 | 227 | 103 | 61 |
| Binary | 101001 | 11001111 | 1111110 | 1010000 | 0 | 100111 | 10011 | 10010111 | 1000011 | 110001 |
Color Harmonies of #29CF7E
Complementary color
Monochromatic Colors of #29CF7E
Black with #29CF7E
Text Example
Text Example
White with #29CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF7E; }
p { color: rgb(41,207,126); }
H1.HeaderClassName
{
color: #29CF7E;
}
.AnyTagClassName
{
color: #29CF7E;
}
</style>
background-color css
<style>
a { background-color: #29CF7E; }
a { background-color: rgb(41,207,126); }
div.DivClassName
{
background-color: #29CF7E;
}
.BgClassName
{
background-color: #29CF7E;
}
</style>
border-color css
<style>
span { border-color: #29CF7E; }
span { border-color: rgb(41,207,126); }
td.TdClassName
{
border-color: #29CF7E;
}
.TagClassName
{
border-color: #29CF7E;
}
</style>