Shades of Shamrock #2FD982
Tints of Shamrock #2FD982
RGB
CMYK
RGB Variations
Color information
#2FD982 (or 0x2FD982) is known color: Shamrock. HEX triplet: 2F, D9 and 82. RGB value is (47,217,130). Sum of RGB (Red+Green+Blue) = 47+217+130=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD982 is #D0267D. Grayscale: #9C9C9C. Windows color (decimal): -13641342 or 8575279. OLE color: 8575279.
HSL color Cylindrical-coordinate representation of color #2FD982: hue angle of 149.29º 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 #2FD982 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 217 | 130 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.15 |
| HSL | 149.29º | 0.69% | 0.52% | - |
| HSV(B) | 149.29º | 0.78% | 0.85% | - |
| XYZ | 30.01 | 51.84 | 29.54 | - |
| YUV | 156.25 | 113.18 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 217 | 130 | 0.78 | 0 | 0.40 | 0.15 | 149.29 | 0.69 | 0.52 |
| Hex | 2F | D9 | 82 | 4E | 0 | 28 | F | 95 | 45 | 34 |
| Octal | 57 | 331 | 202 | 116 | 0 | 50 | 17 | 225 | 105 | 64 |
| Binary | 101111 | 11011001 | 10000010 | 1001110 | 0 | 101000 | 1111 | 10010101 | 1000101 | 110100 |
Color Harmonies of #2FD982
Complementary color
Monochromatic Colors of #2FD982
Black with #2FD982
Text Example
Text Example
White with #2FD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD982; }
p { color: rgb(47,217,130); }
H1.HeaderClassName
{
color: #2FD982;
}
.AnyTagClassName
{
color: #2FD982;
}
</style>
background-color css
<style>
a { background-color: #2FD982; }
a { background-color: rgb(47,217,130); }
div.DivClassName
{
background-color: #2FD982;
}
.BgClassName
{
background-color: #2FD982;
}
</style>
border-color css
<style>
span { border-color: #2FD982; }
span { border-color: rgb(47,217,130); }
td.TdClassName
{
border-color: #2FD982;
}
.TagClassName
{
border-color: #2FD982;
}
</style>