Shades of Shamrock #2FBC92
Tints of Shamrock #2FBC92
RGB
CMYK
RGB Variations
Color information
#2FBC92 (or 0x2FBC92) is known color: Shamrock. HEX triplet: 2F, BC and 92. RGB value is (47,188,146). Sum of RGB (Red+Green+Blue) = 47+188+146=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC92 is #D0436D. Grayscale: #8D8D8D. Windows color (decimal): -13648750 or 9616431. OLE color: 9616431.
HSL color Cylindrical-coordinate representation of color #2FBC92: hue angle of 162.13º 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 #2FBC92 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 146 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.26 |
| HSL | 162.13º | 0.6% | 0.46% | - |
| HSV(B) | 162.13º | 0.75% | 0.74% | - |
| XYZ | 24.34 | 38.65 | 33.37 | - |
| YUV | 141.05 | 130.79 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 146 | 0.75 | 0 | 0.22 | 0.26 | 162.13 | 0.6 | 0.46 |
| Hex | 2F | BC | 92 | 4B | 0 | 16 | 1A | A2 | 3C | 2E |
| Octal | 57 | 274 | 222 | 113 | 0 | 26 | 32 | 242 | 74 | 56 |
| Binary | 101111 | 10111100 | 10010010 | 1001011 | 0 | 10110 | 11010 | 10100010 | 111100 | 101110 |
Color Harmonies of #2FBC92
Complementary color
Monochromatic Colors of #2FBC92
Black with #2FBC92
Text Example
Text Example
White with #2FBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC92; }
p { color: rgb(47,188,146); }
H1.HeaderClassName
{
color: #2FBC92;
}
.AnyTagClassName
{
color: #2FBC92;
}
</style>
background-color css
<style>
a { background-color: #2FBC92; }
a { background-color: rgb(47,188,146); }
div.DivClassName
{
background-color: #2FBC92;
}
.BgClassName
{
background-color: #2FBC92;
}
</style>
border-color css
<style>
span { border-color: #2FBC92; }
span { border-color: rgb(47,188,146); }
td.TdClassName
{
border-color: #2FBC92;
}
.TagClassName
{
border-color: #2FBC92;
}
</style>