Shades of Shamrock #2FBA9F
Tints of Shamrock #2FBA9F
RGB
CMYK
RGB Variations
Color information
#2FBA9F (or 0x2FBA9F) is known color: Shamrock. HEX triplet: 2F, BA and 9F. RGB value is (47,186,159). Sum of RGB (Red+Green+Blue) = 47+186+159=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBA9F is #D04560. Grayscale: #8D8D8D. Windows color (decimal): -13649249 or 10467887. OLE color: 10467887.
HSL color Cylindrical-coordinate representation of color #2FBA9F: hue angle of 168.35º 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 #2FBA9F is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 159 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.27 |
| HSL | 168.35º | 0.6% | 0.46% | - |
| HSV(B) | 168.35º | 0.75% | 0.73% | - |
| XYZ | 24.99 | 38.23 | 38.86 | - |
| YUV | 141.36 | 137.95 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 159 | 0.75 | 0 | 0.15 | 0.27 | 168.35 | 0.6 | 0.46 |
| Hex | 2F | BA | 9F | 4B | 0 | F | 1B | A8 | 3C | 2E |
| Octal | 57 | 272 | 237 | 113 | 0 | 17 | 33 | 250 | 74 | 56 |
| Binary | 101111 | 10111010 | 10011111 | 1001011 | 0 | 1111 | 11011 | 10101000 | 111100 | 101110 |
Color Harmonies of #2FBA9F
Complementary color
Monochromatic Colors of #2FBA9F
Black with #2FBA9F
Text Example
Text Example
White with #2FBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA9F; }
p { color: rgb(47,186,159); }
H1.HeaderClassName
{
color: #2FBA9F;
}
.AnyTagClassName
{
color: #2FBA9F;
}
</style>
background-color css
<style>
a { background-color: #2FBA9F; }
a { background-color: rgb(47,186,159); }
div.DivClassName
{
background-color: #2FBA9F;
}
.BgClassName
{
background-color: #2FBA9F;
}
</style>
border-color css
<style>
span { border-color: #2FBA9F; }
span { border-color: rgb(47,186,159); }
td.TdClassName
{
border-color: #2FBA9F;
}
.TagClassName
{
border-color: #2FBA9F;
}
</style>