Shades of Shamrock #2FD49C
Tints of Shamrock #2FD49C
RGB
CMYK
RGB Variations
Color information
#2FD49C (or 0x2FD49C) is known color: Shamrock. HEX triplet: 2F, D4 and 9C. RGB value is (47,212,156). Sum of RGB (Red+Green+Blue) = 47+212+156=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD49C is #D02B63. Grayscale: #9C9C9C. Windows color (decimal): -13642596 or 10277935. OLE color: 10277935.
HSL color Cylindrical-coordinate representation of color #2FD49C: hue angle of 159.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD49C is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 212 | 156 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.17 |
| HSL | 159.64º | 0.66% | 0.51% | - |
| HSV(B) | 159.64º | 0.78% | 0.83% | - |
| XYZ | 30.72 | 50.09 | 39.5 | - |
| YUV | 156.28 | 127.84 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 212 | 156 | 0.78 | 0 | 0.26 | 0.17 | 159.64 | 0.66 | 0.51 |
| Hex | 2F | D4 | 9C | 4E | 0 | 1A | 11 | A0 | 42 | 33 |
| Octal | 57 | 324 | 234 | 116 | 0 | 32 | 21 | 240 | 102 | 63 |
| Binary | 101111 | 11010100 | 10011100 | 1001110 | 0 | 11010 | 10001 | 10100000 | 1000010 | 110011 |
Color Harmonies of #2FD49C
Complementary color
Monochromatic Colors of #2FD49C
Black with #2FD49C
Text Example
Text Example
White with #2FD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD49C; }
p { color: rgb(47,212,156); }
H1.HeaderClassName
{
color: #2FD49C;
}
.AnyTagClassName
{
color: #2FD49C;
}
</style>
background-color css
<style>
a { background-color: #2FD49C; }
a { background-color: rgb(47,212,156); }
div.DivClassName
{
background-color: #2FD49C;
}
.BgClassName
{
background-color: #2FD49C;
}
</style>
border-color css
<style>
span { border-color: #2FD49C; }
span { border-color: rgb(47,212,156); }
td.TdClassName
{
border-color: #2FD49C;
}
.TagClassName
{
border-color: #2FD49C;
}
</style>