Shades of Shamrock #2FC698
Tints of Shamrock #2FC698
RGB
CMYK
RGB Variations
Color information
#2FC698 (or 0x2FC698) is known color: Shamrock. HEX triplet: 2F, C6 and 98. RGB value is (47,198,152). Sum of RGB (Red+Green+Blue) = 47+198+152=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC698 is #D03967. Grayscale: #939393. Windows color (decimal): -13646184 or 10012207. OLE color: 10012207.
HSL color Cylindrical-coordinate representation of color #2FC698: hue angle of 161.72º 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 #2FC698 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 152 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.22 |
| HSL | 161.72º | 0.62% | 0.48% | - |
| HSV(B) | 161.72º | 0.76% | 0.78% | - |
| XYZ | 27.03 | 43.26 | 36.63 | - |
| YUV | 147.61 | 130.47 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 152 | 0.76 | 0 | 0.23 | 0.22 | 161.72 | 0.62 | 0.48 |
| Hex | 2F | C6 | 98 | 4C | 0 | 17 | 16 | A2 | 3E | 30 |
| Octal | 57 | 306 | 230 | 114 | 0 | 27 | 26 | 242 | 76 | 60 |
| Binary | 101111 | 11000110 | 10011000 | 1001100 | 0 | 10111 | 10110 | 10100010 | 111110 | 110000 |
Color Harmonies of #2FC698
Complementary color
Monochromatic Colors of #2FC698
Black with #2FC698
Text Example
Text Example
White with #2FC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC698; }
p { color: rgb(47,198,152); }
H1.HeaderClassName
{
color: #2FC698;
}
.AnyTagClassName
{
color: #2FC698;
}
</style>
background-color css
<style>
a { background-color: #2FC698; }
a { background-color: rgb(47,198,152); }
div.DivClassName
{
background-color: #2FC698;
}
.BgClassName
{
background-color: #2FC698;
}
</style>
border-color css
<style>
span { border-color: #2FC698; }
span { border-color: rgb(47,198,152); }
td.TdClassName
{
border-color: #2FC698;
}
.TagClassName
{
border-color: #2FC698;
}
</style>