Shades of Shamrock #2FBC98
Tints of Shamrock #2FBC98
RGB
CMYK
RGB Variations
Color information
#2FBC98 (or 0x2FBC98) is known color: Shamrock. HEX triplet: 2F, BC and 98. RGB value is (47,188,152). Sum of RGB (Red+Green+Blue) = 47+188+152=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC98 is #D04367. Grayscale: #8D8D8D. Windows color (decimal): -13648744 or 10009647. OLE color: 10009647.
HSL color Cylindrical-coordinate representation of color #2FBC98: hue angle of 164.68º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC98 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 152 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.26 |
| HSL | 164.68º | 0.6% | 0.46% | - |
| HSV(B) | 164.68º | 0.75% | 0.74% | - |
| XYZ | 24.82 | 38.84 | 35.89 | - |
| YUV | 141.74 | 133.79 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 152 | 0.75 | 0 | 0.19 | 0.26 | 164.68 | 0.6 | 0.46 |
| Hex | 2F | BC | 98 | 4B | 0 | 13 | 1A | A5 | 3C | 2E |
| Octal | 57 | 274 | 230 | 113 | 0 | 23 | 32 | 245 | 74 | 56 |
| Binary | 101111 | 10111100 | 10011000 | 1001011 | 0 | 10011 | 11010 | 10100101 | 111100 | 101110 |
Color Harmonies of #2FBC98
Complementary color
Monochromatic Colors of #2FBC98
Black with #2FBC98
Text Example
Text Example
White with #2FBC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC98; }
p { color: rgb(47,188,152); }
H1.HeaderClassName
{
color: #2FBC98;
}
.AnyTagClassName
{
color: #2FBC98;
}
</style>
background-color css
<style>
a { background-color: #2FBC98; }
a { background-color: rgb(47,188,152); }
div.DivClassName
{
background-color: #2FBC98;
}
.BgClassName
{
background-color: #2FBC98;
}
</style>
border-color css
<style>
span { border-color: #2FBC98; }
span { border-color: rgb(47,188,152); }
td.TdClassName
{
border-color: #2FBC98;
}
.TagClassName
{
border-color: #2FBC98;
}
</style>