Shades of Shamrock #2FBCA1
Tints of Shamrock #2FBCA1
RGB
CMYK
RGB Variations
Color information
#2FBCA1 (or 0x2FBCA1) is known color: Shamrock. HEX triplet: 2F, BC and A1. RGB value is (47,188,161). Sum of RGB (Red+Green+Blue) = 47+188+161=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBCA1 is #D0435E. Grayscale: #8E8E8E. Windows color (decimal): -13648735 or 10599471. OLE color: 10599471.
HSL color Cylindrical-coordinate representation of color #2FBCA1: hue angle of 168.51º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBCA1 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 161 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.26 |
| HSL | 168.51º | 0.6% | 0.46% | - |
| HSV(B) | 168.51º | 0.75% | 0.74% | - |
| XYZ | 25.59 | 39.14 | 39.93 | - |
| YUV | 142.76 | 138.29 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 161 | 0.75 | 0 | 0.14 | 0.26 | 168.51 | 0.6 | 0.46 |
| Hex | 2F | BC | A1 | 4B | 0 | E | 1A | A9 | 3C | 2E |
| Octal | 57 | 274 | 241 | 113 | 0 | 16 | 32 | 251 | 74 | 56 |
| Binary | 101111 | 10111100 | 10100001 | 1001011 | 0 | 1110 | 11010 | 10101001 | 111100 | 101110 |
Color Harmonies of #2FBCA1
Complementary color
Monochromatic Colors of #2FBCA1
Black with #2FBCA1
Text Example
Text Example
White with #2FBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCA1; }
p { color: rgb(47,188,161); }
H1.HeaderClassName
{
color: #2FBCA1;
}
.AnyTagClassName
{
color: #2FBCA1;
}
</style>
background-color css
<style>
a { background-color: #2FBCA1; }
a { background-color: rgb(47,188,161); }
div.DivClassName
{
background-color: #2FBCA1;
}
.BgClassName
{
background-color: #2FBCA1;
}
</style>
border-color css
<style>
span { border-color: #2FBCA1; }
span { border-color: rgb(47,188,161); }
td.TdClassName
{
border-color: #2FBCA1;
}
.TagClassName
{
border-color: #2FBCA1;
}
</style>