Shades of Shamrock #2FDA9F
Tints of Shamrock #2FDA9F
RGB
CMYK
RGB Variations
Color information
#2FDA9F (or 0x2FDA9F) is known color: Shamrock. HEX triplet: 2F, DA and 9F. RGB value is (47,218,159). Sum of RGB (Red+Green+Blue) = 47+218+159=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDA9F is #D02560. Grayscale: #A0A0A0. Windows color (decimal): -13641057 or 10476079. OLE color: 10476079.
HSL color Cylindrical-coordinate representation of color #2FDA9F: hue angle of 159.3º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDA9F is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 159 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.15 |
| HSL | 159.3º | 0.7% | 0.52% | - |
| HSV(B) | 159.3º | 0.78% | 0.85% | - |
| XYZ | 32.5 | 53.25 | 41.37 | - |
| YUV | 160.15 | 127.35 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 159 | 0.78 | 0 | 0.27 | 0.15 | 159.3 | 0.7 | 0.52 |
| Hex | 2F | DA | 9F | 4E | 0 | 1B | F | 9F | 46 | 34 |
| Octal | 57 | 332 | 237 | 116 | 0 | 33 | 17 | 237 | 106 | 64 |
| Binary | 101111 | 11011010 | 10011111 | 1001110 | 0 | 11011 | 1111 | 10011111 | 1000110 | 110100 |
Color Harmonies of #2FDA9F
Complementary color
Monochromatic Colors of #2FDA9F
Black with #2FDA9F
Text Example
Text Example
White with #2FDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA9F; }
p { color: rgb(47,218,159); }
H1.HeaderClassName
{
color: #2FDA9F;
}
.AnyTagClassName
{
color: #2FDA9F;
}
</style>
background-color css
<style>
a { background-color: #2FDA9F; }
a { background-color: rgb(47,218,159); }
div.DivClassName
{
background-color: #2FDA9F;
}
.BgClassName
{
background-color: #2FDA9F;
}
</style>
border-color css
<style>
span { border-color: #2FDA9F; }
span { border-color: rgb(47,218,159); }
td.TdClassName
{
border-color: #2FDA9F;
}
.TagClassName
{
border-color: #2FDA9F;
}
</style>