Shades of Shamrock #2FC2A0
Tints of Shamrock #2FC2A0
RGB
CMYK
RGB Variations
Color information
#2FC2A0 (or 0x2FC2A0) is known color: Shamrock. HEX triplet: 2F, C2 and A0. RGB value is (47,194,160). Sum of RGB (Red+Green+Blue) = 47+194+160=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC2A0 is #D03D5F. Grayscale: #929292. Windows color (decimal): -13647200 or 10535471. OLE color: 10535471.
HSL color Cylindrical-coordinate representation of color #2FC2A0: hue angle of 166.12º 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 #2FC2A0 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 160 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.24 |
| HSL | 166.12º | 0.61% | 0.47% | - |
| HSV(B) | 166.12º | 0.76% | 0.76% | - |
| XYZ | 26.81 | 41.73 | 39.9 | - |
| YUV | 146.17 | 135.8 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 160 | 0.76 | 0 | 0.18 | 0.24 | 166.12 | 0.61 | 0.47 |
| Hex | 2F | C2 | A0 | 4C | 0 | 12 | 18 | A6 | 3D | 2F |
| Octal | 57 | 302 | 240 | 114 | 0 | 22 | 30 | 246 | 75 | 57 |
| Binary | 101111 | 11000010 | 10100000 | 1001100 | 0 | 10010 | 11000 | 10100110 | 111101 | 101111 |
Color Harmonies of #2FC2A0
Complementary color
Monochromatic Colors of #2FC2A0
Black with #2FC2A0
Text Example
Text Example
White with #2FC2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC2A0; }
p { color: rgb(47,194,160); }
H1.HeaderClassName
{
color: #2FC2A0;
}
.AnyTagClassName
{
color: #2FC2A0;
}
</style>
background-color css
<style>
a { background-color: #2FC2A0; }
a { background-color: rgb(47,194,160); }
div.DivClassName
{
background-color: #2FC2A0;
}
.BgClassName
{
background-color: #2FC2A0;
}
</style>
border-color css
<style>
span { border-color: #2FC2A0; }
span { border-color: rgb(47,194,160); }
td.TdClassName
{
border-color: #2FC2A0;
}
.TagClassName
{
border-color: #2FC2A0;
}
</style>