Shades of Shamrock #2FC893
Tints of Shamrock #2FC893
RGB
CMYK
RGB Variations
Color information
#2FC893 (or 0x2FC893) is known color: Shamrock. HEX triplet: 2F, C8 and 93. RGB value is (47,200,147). Sum of RGB (Red+Green+Blue) = 47+200+147=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC893 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC893 is #D0376C. Grayscale: #949494. Windows color (decimal): -13645677 or 9685039. OLE color: 9685039.
HSL color Cylindrical-coordinate representation of color #2FC893: hue angle of 159.22º 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 #2FC893 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 147 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.22 |
| HSL | 159.22º | 0.62% | 0.48% | - |
| HSV(B) | 159.22º | 0.77% | 0.78% | - |
| XYZ | 27.09 | 44.02 | 34.67 | - |
| YUV | 148.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 147 | 0.76 | 0 | 0.26 | 0.22 | 159.22 | 0.62 | 0.48 |
| Hex | 2F | C8 | 93 | 4C | 0 | 1A | 16 | 9F | 3E | 30 |
| Octal | 57 | 310 | 223 | 114 | 0 | 32 | 26 | 237 | 76 | 60 |
| Binary | 101111 | 11001000 | 10010011 | 1001100 | 0 | 11010 | 10110 | 10011111 | 111110 | 110000 |
Color Harmonies of #2FC893
Complementary color
Monochromatic Colors of #2FC893
Black with #2FC893
Text Example
Text Example
White with #2FC893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC893; }
p { color: rgb(47,200,147); }
H1.HeaderClassName
{
color: #2FC893;
}
.AnyTagClassName
{
color: #2FC893;
}
</style>
background-color css
<style>
a { background-color: #2FC893; }
a { background-color: rgb(47,200,147); }
div.DivClassName
{
background-color: #2FC893;
}
.BgClassName
{
background-color: #2FC893;
}
</style>
border-color css
<style>
span { border-color: #2FC893; }
span { border-color: rgb(47,200,147); }
td.TdClassName
{
border-color: #2FC893;
}
.TagClassName
{
border-color: #2FC893;
}
</style>