Shades of Shamrock #2FD19A
Tints of Shamrock #2FD19A
RGB
CMYK
RGB Variations
Color information
#2FD19A (or 0x2FD19A) is known color: Shamrock. HEX triplet: 2F, D1 and 9A. RGB value is (47,209,154). Sum of RGB (Red+Green+Blue) = 47+209+154=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #2FD19A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD19A is #D02E65. Grayscale: #9A9A9A. Windows color (decimal): -13643366 or 10146095. OLE color: 10146095.
HSL color Cylindrical-coordinate representation of color #2FD19A: hue angle of 159.63º 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 #2FD19A is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 209 | 154 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.18 |
| HSL | 159.63º | 0.64% | 0.5% | - |
| HSV(B) | 159.63º | 0.78% | 0.82% | - |
| XYZ | 29.81 | 48.54 | 38.37 | - |
| YUV | 154.29 | 127.83 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 209 | 154 | 0.78 | 0 | 0.26 | 0.18 | 159.63 | 0.64 | 0.5 |
| Hex | 2F | D1 | 9A | 4E | 0 | 1A | 12 | A0 | 40 | 32 |
| Octal | 57 | 321 | 232 | 116 | 0 | 32 | 22 | 240 | 100 | 62 |
| Binary | 101111 | 11010001 | 10011010 | 1001110 | 0 | 11010 | 10010 | 10100000 | 1000000 | 110010 |
Color Harmonies of #2FD19A
Complementary color
Monochromatic Colors of #2FD19A
Black with #2FD19A
Text Example
Text Example
White with #2FD19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD19A; }
p { color: rgb(47,209,154); }
H1.HeaderClassName
{
color: #2FD19A;
}
.AnyTagClassName
{
color: #2FD19A;
}
</style>
background-color css
<style>
a { background-color: #2FD19A; }
a { background-color: rgb(47,209,154); }
div.DivClassName
{
background-color: #2FD19A;
}
.BgClassName
{
background-color: #2FD19A;
}
</style>
border-color css
<style>
span { border-color: #2FD19A; }
span { border-color: rgb(47,209,154); }
td.TdClassName
{
border-color: #2FD19A;
}
.TagClassName
{
border-color: #2FD19A;
}
</style>