Shades of Shamrock #2FBC94
Tints of Shamrock #2FBC94
RGB
CMYK
RGB Variations
Color information
#2FBC94 (or 0x2FBC94) is known color: Shamrock. HEX triplet: 2F, BC and 94. RGB value is (47,188,148). Sum of RGB (Red+Green+Blue) = 47+188+148=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC94 is #D0436B. Grayscale: #8D8D8D. Windows color (decimal): -13648748 or 9747503. OLE color: 9747503.
HSL color Cylindrical-coordinate representation of color #2FBC94: hue angle of 162.98º 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 #2FBC94 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 148 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.26 |
| HSL | 162.98º | 0.6% | 0.46% | - |
| HSV(B) | 162.98º | 0.75% | 0.74% | - |
| XYZ | 24.5 | 38.71 | 34.2 | - |
| YUV | 141.28 | 131.79 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 148 | 0.75 | 0 | 0.21 | 0.26 | 162.98 | 0.6 | 0.46 |
| Hex | 2F | BC | 94 | 4B | 0 | 15 | 1A | A3 | 3C | 2E |
| Octal | 57 | 274 | 224 | 113 | 0 | 25 | 32 | 243 | 74 | 56 |
| Binary | 101111 | 10111100 | 10010100 | 1001011 | 0 | 10101 | 11010 | 10100011 | 111100 | 101110 |
Color Harmonies of #2FBC94
Complementary color
Monochromatic Colors of #2FBC94
Black with #2FBC94
Text Example
Text Example
White with #2FBC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC94; }
p { color: rgb(47,188,148); }
H1.HeaderClassName
{
color: #2FBC94;
}
.AnyTagClassName
{
color: #2FBC94;
}
</style>
background-color css
<style>
a { background-color: #2FBC94; }
a { background-color: rgb(47,188,148); }
div.DivClassName
{
background-color: #2FBC94;
}
.BgClassName
{
background-color: #2FBC94;
}
</style>
border-color css
<style>
span { border-color: #2FBC94; }
span { border-color: rgb(47,188,148); }
td.TdClassName
{
border-color: #2FBC94;
}
.TagClassName
{
border-color: #2FBC94;
}
</style>