Shades of Shamrock #29CF8A
Tints of Shamrock #29CF8A
RGB
CMYK
RGB Variations
Color information
#29CF8A (or 0x29CF8A) is known color: Shamrock. HEX triplet: 29, CF and 8A. RGB value is (41,207,138). Sum of RGB (Red+Green+Blue) = 41+207+138=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CF8A is #D63075. Grayscale: #959595. Windows color (decimal): -14037110 or 9097001. OLE color: 9097001.
HSL color Cylindrical-coordinate representation of color #29CF8A: hue angle of 155.06º 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 #29CF8A is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 138 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.19 |
| HSL | 155.06º | 0.67% | 0.49% | - |
| HSV(B) | 155.06º | 0.8% | 0.81% | - |
| XYZ | 27.81 | 46.93 | 31.64 | - |
| YUV | 149.5 | 121.5 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 138 | 0.80 | 0 | 0.33 | 0.19 | 155.06 | 0.67 | 0.49 |
| Hex | 29 | CF | 8A | 50 | 0 | 21 | 13 | 9B | 43 | 31 |
| Octal | 51 | 317 | 212 | 120 | 0 | 41 | 23 | 233 | 103 | 61 |
| Binary | 101001 | 11001111 | 10001010 | 1010000 | 0 | 100001 | 10011 | 10011011 | 1000011 | 110001 |
Color Harmonies of #29CF8A
Complementary color
Monochromatic Colors of #29CF8A
Black with #29CF8A
Text Example
Text Example
White with #29CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF8A; }
p { color: rgb(41,207,138); }
H1.HeaderClassName
{
color: #29CF8A;
}
.AnyTagClassName
{
color: #29CF8A;
}
</style>
background-color css
<style>
a { background-color: #29CF8A; }
a { background-color: rgb(41,207,138); }
div.DivClassName
{
background-color: #29CF8A;
}
.BgClassName
{
background-color: #29CF8A;
}
</style>
border-color css
<style>
span { border-color: #29CF8A; }
span { border-color: rgb(41,207,138); }
td.TdClassName
{
border-color: #29CF8A;
}
.TagClassName
{
border-color: #29CF8A;
}
</style>