Shades of Shamrock #2FBA95
Tints of Shamrock #2FBA95
RGB
CMYK
RGB Variations
Color information
#2FBA95 (or 0x2FBA95) is known color: Shamrock. HEX triplet: 2F, BA and 95. RGB value is (47,186,149). Sum of RGB (Red+Green+Blue) = 47+186+149=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBA95 is #D0456A. Grayscale: #8C8C8C. Windows color (decimal): -13649259 or 9812527. OLE color: 9812527.
HSL color Cylindrical-coordinate representation of color #2FBA95: hue angle of 164.03º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA95 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 149 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.27 |
| HSL | 164.03º | 0.6% | 0.46% | - |
| HSV(B) | 164.03º | 0.75% | 0.73% | - |
| XYZ | 24.16 | 37.89 | 34.47 | - |
| YUV | 140.22 | 132.95 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 149 | 0.75 | 0 | 0.20 | 0.27 | 164.03 | 0.6 | 0.46 |
| Hex | 2F | BA | 95 | 4B | 0 | 14 | 1B | A4 | 3C | 2E |
| Octal | 57 | 272 | 225 | 113 | 0 | 24 | 33 | 244 | 74 | 56 |
| Binary | 101111 | 10111010 | 10010101 | 1001011 | 0 | 10100 | 11011 | 10100100 | 111100 | 101110 |
Color Harmonies of #2FBA95
Complementary color
Monochromatic Colors of #2FBA95
Black with #2FBA95
Text Example
Text Example
White with #2FBA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA95; }
p { color: rgb(47,186,149); }
H1.HeaderClassName
{
color: #2FBA95;
}
.AnyTagClassName
{
color: #2FBA95;
}
</style>
background-color css
<style>
a { background-color: #2FBA95; }
a { background-color: rgb(47,186,149); }
div.DivClassName
{
background-color: #2FBA95;
}
.BgClassName
{
background-color: #2FBA95;
}
</style>
border-color css
<style>
span { border-color: #2FBA95; }
span { border-color: rgb(47,186,149); }
td.TdClassName
{
border-color: #2FBA95;
}
.TagClassName
{
border-color: #2FBA95;
}
</style>