Shades of Shamrock #2FCCA0
Tints of Shamrock #2FCCA0
RGB
CMYK
RGB Variations
Color information
#2FCCA0 (or 0x2FCCA0) is known color: Shamrock. HEX triplet: 2F, CC and A0. RGB value is (47,204,160). Sum of RGB (Red+Green+Blue) = 47+204+160=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCCA0 is #D0335F. Grayscale: #989898. Windows color (decimal): -13644640 or 10538031. OLE color: 10538031.
HSL color Cylindrical-coordinate representation of color #2FCCA0: hue angle of 163.18º 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 #2FCCA0 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 160 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.2 |
| HSL | 163.18º | 0.63% | 0.49% | - |
| HSV(B) | 163.18º | 0.77% | 0.8% | - |
| XYZ | 29.11 | 46.33 | 40.67 | - |
| YUV | 152.04 | 132.49 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 160 | 0.77 | 0 | 0.22 | 0.2 | 163.18 | 0.63 | 0.49 |
| Hex | 2F | CC | A0 | 4D | 0 | 16 | 14 | A3 | 3F | 31 |
| Octal | 57 | 314 | 240 | 115 | 0 | 26 | 24 | 243 | 77 | 61 |
| Binary | 101111 | 11001100 | 10100000 | 1001101 | 0 | 10110 | 10100 | 10100011 | 111111 | 110001 |
Color Harmonies of #2FCCA0
Complementary color
Monochromatic Colors of #2FCCA0
Black with #2FCCA0
Text Example
Text Example
White with #2FCCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCA0; }
p { color: rgb(47,204,160); }
H1.HeaderClassName
{
color: #2FCCA0;
}
.AnyTagClassName
{
color: #2FCCA0;
}
</style>
background-color css
<style>
a { background-color: #2FCCA0; }
a { background-color: rgb(47,204,160); }
div.DivClassName
{
background-color: #2FCCA0;
}
.BgClassName
{
background-color: #2FCCA0;
}
</style>
border-color css
<style>
span { border-color: #2FCCA0; }
span { border-color: rgb(47,204,160); }
td.TdClassName
{
border-color: #2FCCA0;
}
.TagClassName
{
border-color: #2FCCA0;
}
</style>