Shades of Shamrock #2FD990
Tints of Shamrock #2FD990
RGB
CMYK
RGB Variations
Color information
#2FD990 (or 0x2FD990) is known color: Shamrock. HEX triplet: 2F, D9 and 90. RGB value is (47,217,144). Sum of RGB (Red+Green+Blue) = 47+217+144=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD990 is #D0266F. Grayscale: #9D9D9D. Windows color (decimal): -13641328 or 9492783. OLE color: 9492783.
HSL color Cylindrical-coordinate representation of color #2FD990: hue angle of 154.24º degrees, saturation: 0.69, 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 #2FD990 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 217 | 144 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.15 |
| HSL | 154.24º | 0.69% | 0.52% | - |
| HSV(B) | 154.24º | 0.78% | 0.85% | - |
| XYZ | 31.02 | 52.24 | 34.83 | - |
| YUV | 157.85 | 120.18 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 217 | 144 | 0.78 | 0 | 0.34 | 0.15 | 154.24 | 0.69 | 0.52 |
| Hex | 2F | D9 | 90 | 4E | 0 | 22 | F | 9A | 45 | 34 |
| Octal | 57 | 331 | 220 | 116 | 0 | 42 | 17 | 232 | 105 | 64 |
| Binary | 101111 | 11011001 | 10010000 | 1001110 | 0 | 100010 | 1111 | 10011010 | 1000101 | 110100 |
Color Harmonies of #2FD990
Complementary color
Monochromatic Colors of #2FD990
Black with #2FD990
Text Example
Text Example
White with #2FD990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD990; }
p { color: rgb(47,217,144); }
H1.HeaderClassName
{
color: #2FD990;
}
.AnyTagClassName
{
color: #2FD990;
}
</style>
background-color css
<style>
a { background-color: #2FD990; }
a { background-color: rgb(47,217,144); }
div.DivClassName
{
background-color: #2FD990;
}
.BgClassName
{
background-color: #2FD990;
}
</style>
border-color css
<style>
span { border-color: #2FD990; }
span { border-color: rgb(47,217,144); }
td.TdClassName
{
border-color: #2FD990;
}
.TagClassName
{
border-color: #2FD990;
}
</style>