Shades of Shamrock #2FC29C
Tints of Shamrock #2FC29C
RGB
CMYK
RGB Variations
Color information
#2FC29C (or 0x2FC29C) is known color: Shamrock. HEX triplet: 2F, C2 and 9C. RGB value is (47,194,156). Sum of RGB (Red+Green+Blue) = 47+194+156=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC29C is #D03D63. Grayscale: #919191. Windows color (decimal): -13647204 or 10273327. OLE color: 10273327.
HSL color Cylindrical-coordinate representation of color #2FC29C: hue angle of 164.49º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC29C is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 156 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.24 |
| HSL | 164.49º | 0.61% | 0.47% | - |
| HSV(B) | 164.49º | 0.76% | 0.76% | - |
| XYZ | 26.46 | 41.59 | 38.08 | - |
| YUV | 145.72 | 133.8 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 156 | 0.76 | 0 | 0.20 | 0.24 | 164.49 | 0.61 | 0.47 |
| Hex | 2F | C2 | 9C | 4C | 0 | 14 | 18 | A4 | 3D | 2F |
| Octal | 57 | 302 | 234 | 114 | 0 | 24 | 30 | 244 | 75 | 57 |
| Binary | 101111 | 11000010 | 10011100 | 1001100 | 0 | 10100 | 11000 | 10100100 | 111101 | 101111 |
Color Harmonies of #2FC29C
Complementary color
Monochromatic Colors of #2FC29C
Black with #2FC29C
Text Example
Text Example
White with #2FC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC29C; }
p { color: rgb(47,194,156); }
H1.HeaderClassName
{
color: #2FC29C;
}
.AnyTagClassName
{
color: #2FC29C;
}
</style>
background-color css
<style>
a { background-color: #2FC29C; }
a { background-color: rgb(47,194,156); }
div.DivClassName
{
background-color: #2FC29C;
}
.BgClassName
{
background-color: #2FC29C;
}
</style>
border-color css
<style>
span { border-color: #2FC29C; }
span { border-color: rgb(47,194,156); }
td.TdClassName
{
border-color: #2FC29C;
}
.TagClassName
{
border-color: #2FC29C;
}
</style>