Shades of Shamrock #2FBA99
Tints of Shamrock #2FBA99
RGB
CMYK
RGB Variations
Color information
#2FBA99 (or 0x2FBA99) is known color: Shamrock. HEX triplet: 2F, BA and 99. RGB value is (47,186,153). Sum of RGB (Red+Green+Blue) = 47+186+153=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBA99 is #D04566. Grayscale: #8C8C8C. Windows color (decimal): -13649255 or 10074671. OLE color: 10074671.
HSL color Cylindrical-coordinate representation of color #2FBA99: hue angle of 165.76º 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 #2FBA99 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 153 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.27 |
| HSL | 165.76º | 0.6% | 0.46% | - |
| HSV(B) | 165.76º | 0.75% | 0.73% | - |
| XYZ | 24.48 | 38.02 | 36.19 | - |
| YUV | 140.68 | 134.95 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 153 | 0.75 | 0 | 0.18 | 0.27 | 165.76 | 0.6 | 0.46 |
| Hex | 2F | BA | 99 | 4B | 0 | 12 | 1B | A6 | 3C | 2E |
| Octal | 57 | 272 | 231 | 113 | 0 | 22 | 33 | 246 | 74 | 56 |
| Binary | 101111 | 10111010 | 10011001 | 1001011 | 0 | 10010 | 11011 | 10100110 | 111100 | 101110 |
Color Harmonies of #2FBA99
Complementary color
Monochromatic Colors of #2FBA99
Black with #2FBA99
Text Example
Text Example
White with #2FBA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA99; }
p { color: rgb(47,186,153); }
H1.HeaderClassName
{
color: #2FBA99;
}
.AnyTagClassName
{
color: #2FBA99;
}
</style>
background-color css
<style>
a { background-color: #2FBA99; }
a { background-color: rgb(47,186,153); }
div.DivClassName
{
background-color: #2FBA99;
}
.BgClassName
{
background-color: #2FBA99;
}
</style>
border-color css
<style>
span { border-color: #2FBA99; }
span { border-color: rgb(47,186,153); }
td.TdClassName
{
border-color: #2FBA99;
}
.TagClassName
{
border-color: #2FBA99;
}
</style>