Shades of Shamrock #2FC989
Tints of Shamrock #2FC989
RGB
CMYK
RGB Variations
Color information
#2FC989 (or 0x2FC989) is known color: Shamrock. HEX triplet: 2F, C9 and 89. RGB value is (47,201,137). Sum of RGB (Red+Green+Blue) = 47+201+137=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC989 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC989 is #D03676. Grayscale: #939393. Windows color (decimal): -13645431 or 9029935. OLE color: 9029935.
HSL color Cylindrical-coordinate representation of color #2FC989: hue angle of 155.06º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC989 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 137 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.21 |
| HSL | 155.06º | 0.62% | 0.49% | - |
| HSV(B) | 155.06º | 0.77% | 0.79% | - |
| XYZ | 26.57 | 44.18 | 30.79 | - |
| YUV | 147.66 | 121.98 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 137 | 0.77 | 0 | 0.32 | 0.21 | 155.06 | 0.62 | 0.49 |
| Hex | 2F | C9 | 89 | 4D | 0 | 20 | 15 | 9B | 3E | 31 |
| Octal | 57 | 311 | 211 | 115 | 0 | 40 | 25 | 233 | 76 | 61 |
| Binary | 101111 | 11001001 | 10001001 | 1001101 | 0 | 100000 | 10101 | 10011011 | 111110 | 110001 |
Color Harmonies of #2FC989
Complementary color
Monochromatic Colors of #2FC989
Black with #2FC989
Text Example
Text Example
White with #2FC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC989; }
p { color: rgb(47,201,137); }
H1.HeaderClassName
{
color: #2FC989;
}
.AnyTagClassName
{
color: #2FC989;
}
</style>
background-color css
<style>
a { background-color: #2FC989; }
a { background-color: rgb(47,201,137); }
div.DivClassName
{
background-color: #2FC989;
}
.BgClassName
{
background-color: #2FC989;
}
</style>
border-color css
<style>
span { border-color: #2FC989; }
span { border-color: rgb(47,201,137); }
td.TdClassName
{
border-color: #2FC989;
}
.TagClassName
{
border-color: #2FC989;
}
</style>