Shades of Shamrock #29CFA2
Tints of Shamrock #29CFA2
RGB
CMYK
RGB Variations
Color information
#29CFA2 (or 0x29CFA2) is known color: Shamrock. HEX triplet: 29, CF and A2. RGB value is (41,207,162). Sum of RGB (Red+Green+Blue) = 41+207+162=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #29CFA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CFA2 is #D6305D. Grayscale: #989898. Windows color (decimal): -14037086 or 10669865. OLE color: 10669865.
HSL color Cylindrical-coordinate representation of color #29CFA2: hue angle of 163.73º 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 #29CFA2 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 162 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.19 |
| HSL | 163.73º | 0.67% | 0.49% | - |
| HSV(B) | 163.73º | 0.8% | 0.81% | - |
| XYZ | 29.75 | 47.71 | 41.82 | - |
| YUV | 152.24 | 133.5 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 162 | 0.80 | 0 | 0.22 | 0.19 | 163.73 | 0.67 | 0.49 |
| Hex | 29 | CF | A2 | 50 | 0 | 16 | 13 | A4 | 43 | 31 |
| Octal | 51 | 317 | 242 | 120 | 0 | 26 | 23 | 244 | 103 | 61 |
| Binary | 101001 | 11001111 | 10100010 | 1010000 | 0 | 10110 | 10011 | 10100100 | 1000011 | 110001 |
Color Harmonies of #29CFA2
Complementary color
Monochromatic Colors of #29CFA2
Black with #29CFA2
Text Example
Text Example
White with #29CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFA2; }
p { color: rgb(41,207,162); }
H1.HeaderClassName
{
color: #29CFA2;
}
.AnyTagClassName
{
color: #29CFA2;
}
</style>
background-color css
<style>
a { background-color: #29CFA2; }
a { background-color: rgb(41,207,162); }
div.DivClassName
{
background-color: #29CFA2;
}
.BgClassName
{
background-color: #29CFA2;
}
</style>
border-color css
<style>
span { border-color: #29CFA2; }
span { border-color: rgb(41,207,162); }
td.TdClassName
{
border-color: #29CFA2;
}
.TagClassName
{
border-color: #29CFA2;
}
</style>