Shades of Shamrock #29F294
Tints of Shamrock #29F294
RGB
CMYK
RGB Variations
Color information
#29F294 (or 0x29F294) is known color: Shamrock. HEX triplet: 29, F2 and 94. RGB value is (41,242,148). Sum of RGB (Red+Green+Blue) = 41+242+148=431 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.51% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #29F294 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #29F294 is #D60D6B. Grayscale: #ABABAB. Windows color (decimal): -14028140 or 9761321. OLE color: 9761321.
HSL color Cylindrical-coordinate representation of color #29F294: hue angle of 151.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F294 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 242 | 148 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.05 |
| HSL | 151.94º | 0.89% | 0.55% | - |
| HSV(B) | 151.94º | 0.83% | 0.95% | - |
| XYZ | 38.01 | 66.11 | 38.77 | - |
| YUV | 171.19 | 114.91 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 242 | 148 | 0.83 | 0 | 0.39 | 0.05 | 151.94 | 0.89 | 0.55 |
| Hex | 29 | F2 | 94 | 53 | 0 | 27 | 5 | 98 | 59 | 37 |
| Octal | 51 | 362 | 224 | 123 | 0 | 47 | 5 | 230 | 131 | 67 |
| Binary | 101001 | 11110010 | 10010100 | 1010011 | 0 | 100111 | 101 | 10011000 | 1011001 | 110111 |
Color Harmonies of #29F294
Complementary color
Monochromatic Colors of #29F294
Black with #29F294
Text Example
Text Example
White with #29F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F294; }
p { color: rgb(41,242,148); }
H1.HeaderClassName
{
color: #29F294;
}
.AnyTagClassName
{
color: #29F294;
}
</style>
background-color css
<style>
a { background-color: #29F294; }
a { background-color: rgb(41,242,148); }
div.DivClassName
{
background-color: #29F294;
}
.BgClassName
{
background-color: #29F294;
}
</style>
border-color css
<style>
span { border-color: #29F294; }
span { border-color: rgb(41,242,148); }
td.TdClassName
{
border-color: #29F294;
}
.TagClassName
{
border-color: #29F294;
}
</style>