Shades of Shamrock #2FC2A1
Tints of Shamrock #2FC2A1
RGB
CMYK
RGB Variations
Color information
#2FC2A1 (or 0x2FC2A1) is known color: Shamrock. HEX triplet: 2F, C2 and A1. RGB value is (47,194,161). Sum of RGB (Red+Green+Blue) = 47+194+161=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC2A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC2A1 is #D03D5E. Grayscale: #929292. Windows color (decimal): -13647199 or 10601007. OLE color: 10601007.
HSL color Cylindrical-coordinate representation of color #2FC2A1: hue angle of 166.53º 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 #2FC2A1 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 161 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.24 |
| HSL | 166.53º | 0.61% | 0.47% | - |
| HSV(B) | 166.53º | 0.76% | 0.76% | - |
| XYZ | 26.9 | 41.76 | 40.36 | - |
| YUV | 146.29 | 136.3 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 161 | 0.76 | 0 | 0.17 | 0.24 | 166.53 | 0.61 | 0.47 |
| Hex | 2F | C2 | A1 | 4C | 0 | 11 | 18 | A7 | 3D | 2F |
| Octal | 57 | 302 | 241 | 114 | 0 | 21 | 30 | 247 | 75 | 57 |
| Binary | 101111 | 11000010 | 10100001 | 1001100 | 0 | 10001 | 11000 | 10100111 | 111101 | 101111 |
Color Harmonies of #2FC2A1
Complementary color
Monochromatic Colors of #2FC2A1
Black with #2FC2A1
Text Example
Text Example
White with #2FC2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC2A1; }
p { color: rgb(47,194,161); }
H1.HeaderClassName
{
color: #2FC2A1;
}
.AnyTagClassName
{
color: #2FC2A1;
}
</style>
background-color css
<style>
a { background-color: #2FC2A1; }
a { background-color: rgb(47,194,161); }
div.DivClassName
{
background-color: #2FC2A1;
}
.BgClassName
{
background-color: #2FC2A1;
}
</style>
border-color css
<style>
span { border-color: #2FC2A1; }
span { border-color: rgb(47,194,161); }
td.TdClassName
{
border-color: #2FC2A1;
}
.TagClassName
{
border-color: #2FC2A1;
}
</style>