Shades of Shamrock #2FBC9E
Tints of Shamrock #2FBC9E
RGB
CMYK
RGB Variations
Color information
#2FBC9E (or 0x2FBC9E) is known color: Shamrock. HEX triplet: 2F, BC and 9E. RGB value is (47,188,158). Sum of RGB (Red+Green+Blue) = 47+188+158=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC9E is #D04361. Grayscale: #8E8E8E. Windows color (decimal): -13648738 or 10402863. OLE color: 10402863.
HSL color Cylindrical-coordinate representation of color #2FBC9E: hue angle of 167.23º 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 #2FBC9E is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 158 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.26 |
| HSL | 167.23º | 0.6% | 0.46% | - |
| HSV(B) | 167.23º | 0.75% | 0.74% | - |
| XYZ | 25.33 | 39.04 | 38.55 | - |
| YUV | 142.42 | 136.79 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 158 | 0.75 | 0 | 0.16 | 0.26 | 167.23 | 0.6 | 0.46 |
| Hex | 2F | BC | 9E | 4B | 0 | 10 | 1A | A7 | 3C | 2E |
| Octal | 57 | 274 | 236 | 113 | 0 | 20 | 32 | 247 | 74 | 56 |
| Binary | 101111 | 10111100 | 10011110 | 1001011 | 0 | 10000 | 11010 | 10100111 | 111100 | 101110 |
Color Harmonies of #2FBC9E
Complementary color
Monochromatic Colors of #2FBC9E
Black with #2FBC9E
Text Example
Text Example
White with #2FBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC9E; }
p { color: rgb(47,188,158); }
H1.HeaderClassName
{
color: #2FBC9E;
}
.AnyTagClassName
{
color: #2FBC9E;
}
</style>
background-color css
<style>
a { background-color: #2FBC9E; }
a { background-color: rgb(47,188,158); }
div.DivClassName
{
background-color: #2FBC9E;
}
.BgClassName
{
background-color: #2FBC9E;
}
</style>
border-color css
<style>
span { border-color: #2FBC9E; }
span { border-color: rgb(47,188,158); }
td.TdClassName
{
border-color: #2FBC9E;
}
.TagClassName
{
border-color: #2FBC9E;
}
</style>