Shades of Shamrock #2FCCA1
Tints of Shamrock #2FCCA1
RGB
CMYK
RGB Variations
Color information
#2FCCA1 (or 0x2FCCA1) is known color: Shamrock. HEX triplet: 2F, CC and A1. RGB value is (47,204,161). Sum of RGB (Red+Green+Blue) = 47+204+161=412 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.41% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCCA1 is #D0335E. Grayscale: #989898. Windows color (decimal): -13644639 or 10603567. OLE color: 10603567.
HSL color Cylindrical-coordinate representation of color #2FCCA1: hue angle of 163.57º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCCA1 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 161 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.2 |
| HSL | 163.57º | 0.63% | 0.49% | - |
| HSV(B) | 163.57º | 0.77% | 0.8% | - |
| XYZ | 29.2 | 46.36 | 41.13 | - |
| YUV | 152.16 | 132.99 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 161 | 0.77 | 0 | 0.21 | 0.2 | 163.57 | 0.63 | 0.49 |
| Hex | 2F | CC | A1 | 4D | 0 | 15 | 14 | A4 | 3F | 31 |
| Octal | 57 | 314 | 241 | 115 | 0 | 25 | 24 | 244 | 77 | 61 |
| Binary | 101111 | 11001100 | 10100001 | 1001101 | 0 | 10101 | 10100 | 10100100 | 111111 | 110001 |
Color Harmonies of #2FCCA1
Complementary color
Monochromatic Colors of #2FCCA1
Black with #2FCCA1
Text Example
Text Example
White with #2FCCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCA1; }
p { color: rgb(47,204,161); }
H1.HeaderClassName
{
color: #2FCCA1;
}
.AnyTagClassName
{
color: #2FCCA1;
}
</style>
background-color css
<style>
a { background-color: #2FCCA1; }
a { background-color: rgb(47,204,161); }
div.DivClassName
{
background-color: #2FCCA1;
}
.BgClassName
{
background-color: #2FCCA1;
}
</style>
border-color css
<style>
span { border-color: #2FCCA1; }
span { border-color: rgb(47,204,161); }
td.TdClassName
{
border-color: #2FCCA1;
}
.TagClassName
{
border-color: #2FCCA1;
}
</style>