Shades of Shamrock #2FC599
Tints of Shamrock #2FC599
RGB
CMYK
RGB Variations
Color information
#2FC599 (or 0x2FC599) is known color: Shamrock. HEX triplet: 2F, C5 and 99. RGB value is (47,197,153). Sum of RGB (Red+Green+Blue) = 47+197+153=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC599 is #D03A66. Grayscale: #939393. Windows color (decimal): -13646439 or 10077487. OLE color: 10077487.
HSL color Cylindrical-coordinate representation of color #2FC599: hue angle of 162.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC599 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 153 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.23 |
| HSL | 162.4º | 0.61% | 0.48% | - |
| HSV(B) | 162.4º | 0.76% | 0.77% | - |
| XYZ | 26.89 | 42.84 | 36.99 | - |
| YUV | 147.13 | 131.31 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 153 | 0.76 | 0 | 0.22 | 0.23 | 162.4 | 0.61 | 0.48 |
| Hex | 2F | C5 | 99 | 4C | 0 | 16 | 17 | A2 | 3D | 30 |
| Octal | 57 | 305 | 231 | 114 | 0 | 26 | 27 | 242 | 75 | 60 |
| Binary | 101111 | 11000101 | 10011001 | 1001100 | 0 | 10110 | 10111 | 10100010 | 111101 | 110000 |
Color Harmonies of #2FC599
Complementary color
Monochromatic Colors of #2FC599
Black with #2FC599
Text Example
Text Example
White with #2FC599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC599; }
p { color: rgb(47,197,153); }
H1.HeaderClassName
{
color: #2FC599;
}
.AnyTagClassName
{
color: #2FC599;
}
</style>
background-color css
<style>
a { background-color: #2FC599; }
a { background-color: rgb(47,197,153); }
div.DivClassName
{
background-color: #2FC599;
}
.BgClassName
{
background-color: #2FC599;
}
</style>
border-color css
<style>
span { border-color: #2FC599; }
span { border-color: rgb(47,197,153); }
td.TdClassName
{
border-color: #2FC599;
}
.TagClassName
{
border-color: #2FC599;
}
</style>