Shades of Shamrock #2FD584
Tints of Shamrock #2FD584
RGB
CMYK
RGB Variations
Color information
#2FD584 (or 0x2FD584) is known color: Shamrock. HEX triplet: 2F, D5 and 84. RGB value is (47,213,132). Sum of RGB (Red+Green+Blue) = 47+213+132=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD584 is #D02A7B. Grayscale: #9A9A9A. Windows color (decimal): -13642364 or 8705327. OLE color: 8705327.
HSL color Cylindrical-coordinate representation of color #2FD584: hue angle of 150.72º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD584 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 132 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.16 |
| HSL | 150.72º | 0.66% | 0.51% | - |
| HSV(B) | 150.72º | 0.78% | 0.84% | - |
| XYZ | 29.13 | 49.86 | 29.92 | - |
| YUV | 154.13 | 115.5 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 132 | 0.78 | 0 | 0.38 | 0.16 | 150.72 | 0.66 | 0.51 |
| Hex | 2F | D5 | 84 | 4E | 0 | 26 | 10 | 97 | 42 | 33 |
| Octal | 57 | 325 | 204 | 116 | 0 | 46 | 20 | 227 | 102 | 63 |
| Binary | 101111 | 11010101 | 10000100 | 1001110 | 0 | 100110 | 10000 | 10010111 | 1000010 | 110011 |
Color Harmonies of #2FD584
Complementary color
Monochromatic Colors of #2FD584
Black with #2FD584
Text Example
Text Example
White with #2FD584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD584; }
p { color: rgb(47,213,132); }
H1.HeaderClassName
{
color: #2FD584;
}
.AnyTagClassName
{
color: #2FD584;
}
</style>
background-color css
<style>
a { background-color: #2FD584; }
a { background-color: rgb(47,213,132); }
div.DivClassName
{
background-color: #2FD584;
}
.BgClassName
{
background-color: #2FD584;
}
</style>
border-color css
<style>
span { border-color: #2FD584; }
span { border-color: rgb(47,213,132); }
td.TdClassName
{
border-color: #2FD584;
}
.TagClassName
{
border-color: #2FD584;
}
</style>