Shades of Shamrock #2FC7A5
Tints of Shamrock #2FC7A5
RGB
CMYK
RGB Variations
Color information
#2FC7A5 (or 0x2FC7A5) is known color: Shamrock. HEX triplet: 2F, C7 and A5. RGB value is (47,199,165). Sum of RGB (Red+Green+Blue) = 47+199+165=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC7A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC7A5 is #D0385A. Grayscale: #959595. Windows color (decimal): -13645915 or 10864431. OLE color: 10864431.
HSL color Cylindrical-coordinate representation of color #2FC7A5: hue angle of 166.58º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC7A5 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 199 | 165 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.22 |
| HSL | 166.58º | 0.62% | 0.48% | - |
| HSV(B) | 166.58º | 0.76% | 0.78% | - |
| XYZ | 28.39 | 44.17 | 42.63 | - |
| YUV | 149.68 | 136.64 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 165 | 0.76 | 0 | 0.17 | 0.22 | 166.58 | 0.62 | 0.48 |
| Hex | 2F | C7 | A5 | 4C | 0 | 11 | 16 | A7 | 3E | 30 |
| Octal | 57 | 307 | 245 | 114 | 0 | 21 | 26 | 247 | 76 | 60 |
| Binary | 101111 | 11000111 | 10100101 | 1001100 | 0 | 10001 | 10110 | 10100111 | 111110 | 110000 |
Color Harmonies of #2FC7A5
Complementary color
Monochromatic Colors of #2FC7A5
Black with #2FC7A5
Text Example
Text Example
White with #2FC7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC7A5; }
p { color: rgb(47,199,165); }
H1.HeaderClassName
{
color: #2FC7A5;
}
.AnyTagClassName
{
color: #2FC7A5;
}
</style>
background-color css
<style>
a { background-color: #2FC7A5; }
a { background-color: rgb(47,199,165); }
div.DivClassName
{
background-color: #2FC7A5;
}
.BgClassName
{
background-color: #2FC7A5;
}
</style>
border-color css
<style>
span { border-color: #2FC7A5; }
span { border-color: rgb(47,199,165); }
td.TdClassName
{
border-color: #2FC7A5;
}
.TagClassName
{
border-color: #2FC7A5;
}
</style>