Shades of Shamrock #2FBC93
Tints of Shamrock #2FBC93
RGB
CMYK
RGB Variations
Color information
#2FBC93 (or 0x2FBC93) is known color: Shamrock. HEX triplet: 2F, BC and 93. RGB value is (47,188,147). Sum of RGB (Red+Green+Blue) = 47+188+147=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC93 is #D0436C. Grayscale: #8D8D8D. Windows color (decimal): -13648749 or 9681967. OLE color: 9681967.
HSL color Cylindrical-coordinate representation of color #2FBC93: hue angle of 162.55º 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 #2FBC93 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 147 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.26 |
| HSL | 162.55º | 0.6% | 0.46% | - |
| HSV(B) | 162.55º | 0.75% | 0.74% | - |
| XYZ | 24.42 | 38.68 | 33.78 | - |
| YUV | 141.17 | 131.29 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 147 | 0.75 | 0 | 0.22 | 0.26 | 162.55 | 0.6 | 0.46 |
| Hex | 2F | BC | 93 | 4B | 0 | 16 | 1A | A3 | 3C | 2E |
| Octal | 57 | 274 | 223 | 113 | 0 | 26 | 32 | 243 | 74 | 56 |
| Binary | 101111 | 10111100 | 10010011 | 1001011 | 0 | 10110 | 11010 | 10100011 | 111100 | 101110 |
Color Harmonies of #2FBC93
Complementary color
Monochromatic Colors of #2FBC93
Black with #2FBC93
Text Example
Text Example
White with #2FBC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC93; }
p { color: rgb(47,188,147); }
H1.HeaderClassName
{
color: #2FBC93;
}
.AnyTagClassName
{
color: #2FBC93;
}
</style>
background-color css
<style>
a { background-color: #2FBC93; }
a { background-color: rgb(47,188,147); }
div.DivClassName
{
background-color: #2FBC93;
}
.BgClassName
{
background-color: #2FBC93;
}
</style>
border-color css
<style>
span { border-color: #2FBC93; }
span { border-color: rgb(47,188,147); }
td.TdClassName
{
border-color: #2FBC93;
}
.TagClassName
{
border-color: #2FBC93;
}
</style>