Shades of Shamrock #2FC498
Tints of Shamrock #2FC498
RGB
CMYK
RGB Variations
Color information
#2FC498 (or 0x2FC498) is known color: Shamrock. HEX triplet: 2F, C4 and 98. RGB value is (47,196,152). Sum of RGB (Red+Green+Blue) = 47+196+152=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC498 is #D03B67. Grayscale: #929292. Windows color (decimal): -13646696 or 10011695. OLE color: 10011695.
HSL color Cylindrical-coordinate representation of color #2FC498: hue angle of 162.28º 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 #2FC498 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 152 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.23 |
| HSL | 162.28º | 0.61% | 0.48% | - |
| HSV(B) | 162.28º | 0.76% | 0.77% | - |
| XYZ | 26.58 | 42.35 | 36.48 | - |
| YUV | 146.43 | 131.14 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 152 | 0.76 | 0 | 0.22 | 0.23 | 162.28 | 0.61 | 0.48 |
| Hex | 2F | C4 | 98 | 4C | 0 | 16 | 17 | A2 | 3D | 30 |
| Octal | 57 | 304 | 230 | 114 | 0 | 26 | 27 | 242 | 75 | 60 |
| Binary | 101111 | 11000100 | 10011000 | 1001100 | 0 | 10110 | 10111 | 10100010 | 111101 | 110000 |
Color Harmonies of #2FC498
Complementary color
Monochromatic Colors of #2FC498
Black with #2FC498
Text Example
Text Example
White with #2FC498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC498; }
p { color: rgb(47,196,152); }
H1.HeaderClassName
{
color: #2FC498;
}
.AnyTagClassName
{
color: #2FC498;
}
</style>
background-color css
<style>
a { background-color: #2FC498; }
a { background-color: rgb(47,196,152); }
div.DivClassName
{
background-color: #2FC498;
}
.BgClassName
{
background-color: #2FC498;
}
</style>
border-color css
<style>
span { border-color: #2FC498; }
span { border-color: rgb(47,196,152); }
td.TdClassName
{
border-color: #2FC498;
}
.TagClassName
{
border-color: #2FC498;
}
</style>