Shades of Shamrock #2FDA9B
Tints of Shamrock #2FDA9B
RGB
CMYK
RGB Variations
Color information
#2FDA9B (or 0x2FDA9B) is known color: Shamrock. HEX triplet: 2F, DA and 9B. RGB value is (47,218,155). Sum of RGB (Red+Green+Blue) = 47+218+155=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDA9B is #D02564. Grayscale: #9F9F9F. Windows color (decimal): -13641061 or 10213935. OLE color: 10213935.
HSL color Cylindrical-coordinate representation of color #2FDA9B: hue angle of 157.89º 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 #2FDA9B is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 155 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.15 |
| HSL | 157.89º | 0.7% | 0.52% | - |
| HSV(B) | 157.89º | 0.78% | 0.85% | - |
| XYZ | 32.16 | 53.11 | 39.57 | - |
| YUV | 159.69 | 125.35 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 155 | 0.78 | 0 | 0.29 | 0.15 | 157.89 | 0.7 | 0.52 |
| Hex | 2F | DA | 9B | 4E | 0 | 1D | F | 9E | 46 | 34 |
| Octal | 57 | 332 | 233 | 116 | 0 | 35 | 17 | 236 | 106 | 64 |
| Binary | 101111 | 11011010 | 10011011 | 1001110 | 0 | 11101 | 1111 | 10011110 | 1000110 | 110100 |
Color Harmonies of #2FDA9B
Complementary color
Monochromatic Colors of #2FDA9B
Black with #2FDA9B
Text Example
Text Example
White with #2FDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA9B; }
p { color: rgb(47,218,155); }
H1.HeaderClassName
{
color: #2FDA9B;
}
.AnyTagClassName
{
color: #2FDA9B;
}
</style>
background-color css
<style>
a { background-color: #2FDA9B; }
a { background-color: rgb(47,218,155); }
div.DivClassName
{
background-color: #2FDA9B;
}
.BgClassName
{
background-color: #2FDA9B;
}
</style>
border-color css
<style>
span { border-color: #2FDA9B; }
span { border-color: rgb(47,218,155); }
td.TdClassName
{
border-color: #2FDA9B;
}
.TagClassName
{
border-color: #2FDA9B;
}
</style>