Shades of Shamrock #2FD19E
Tints of Shamrock #2FD19E
RGB
CMYK
RGB Variations
Color information
#2FD19E (or 0x2FD19E) is known color: Shamrock. HEX triplet: 2F, D1 and 9E. RGB value is (47,209,158). Sum of RGB (Red+Green+Blue) = 47+209+158=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #2FD19E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD19E is #D02E61. Grayscale: #9A9A9A. Windows color (decimal): -13643362 or 10408239. OLE color: 10408239.
HSL color Cylindrical-coordinate representation of color #2FD19E: hue angle of 161.11º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD19E is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 209 | 158 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.18 |
| HSL | 161.11º | 0.64% | 0.5% | - |
| HSV(B) | 161.11º | 0.78% | 0.82% | - |
| XYZ | 30.14 | 48.67 | 40.15 | - |
| YUV | 154.75 | 129.83 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 209 | 158 | 0.78 | 0 | 0.24 | 0.18 | 161.11 | 0.64 | 0.5 |
| Hex | 2F | D1 | 9E | 4E | 0 | 18 | 12 | A1 | 40 | 32 |
| Octal | 57 | 321 | 236 | 116 | 0 | 30 | 22 | 241 | 100 | 62 |
| Binary | 101111 | 11010001 | 10011110 | 1001110 | 0 | 11000 | 10010 | 10100001 | 1000000 | 110010 |
Color Harmonies of #2FD19E
Complementary color
Monochromatic Colors of #2FD19E
Black with #2FD19E
Text Example
Text Example
White with #2FD19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD19E; }
p { color: rgb(47,209,158); }
H1.HeaderClassName
{
color: #2FD19E;
}
.AnyTagClassName
{
color: #2FD19E;
}
</style>
background-color css
<style>
a { background-color: #2FD19E; }
a { background-color: rgb(47,209,158); }
div.DivClassName
{
background-color: #2FD19E;
}
.BgClassName
{
background-color: #2FD19E;
}
</style>
border-color css
<style>
span { border-color: #2FD19E; }
span { border-color: rgb(47,209,158); }
td.TdClassName
{
border-color: #2FD19E;
}
.TagClassName
{
border-color: #2FD19E;
}
</style>