Shades of Shamrock #2FD581
Tints of Shamrock #2FD581
RGB
CMYK
RGB Variations
Color information
#2FD581 (or 0x2FD581) is known color: Shamrock. HEX triplet: 2F, D5 and 81. RGB value is (47,213,129). Sum of RGB (Red+Green+Blue) = 47+213+129=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD581 is #D02A7E. Grayscale: #999999. Windows color (decimal): -13642367 or 8508719. OLE color: 8508719.
HSL color Cylindrical-coordinate representation of color #2FD581: hue angle of 149.64º 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 #2FD581 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 129 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.16 |
| HSL | 149.64º | 0.66% | 0.51% | - |
| HSV(B) | 149.64º | 0.78% | 0.84% | - |
| XYZ | 28.93 | 49.78 | 28.85 | - |
| YUV | 153.79 | 114 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 129 | 0.78 | 0 | 0.39 | 0.16 | 149.64 | 0.66 | 0.51 |
| Hex | 2F | D5 | 81 | 4E | 0 | 27 | 10 | 96 | 42 | 33 |
| Octal | 57 | 325 | 201 | 116 | 0 | 47 | 20 | 226 | 102 | 63 |
| Binary | 101111 | 11010101 | 10000001 | 1001110 | 0 | 100111 | 10000 | 10010110 | 1000010 | 110011 |
Color Harmonies of #2FD581
Complementary color
Monochromatic Colors of #2FD581
Black with #2FD581
Text Example
Text Example
White with #2FD581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD581; }
p { color: rgb(47,213,129); }
H1.HeaderClassName
{
color: #2FD581;
}
.AnyTagClassName
{
color: #2FD581;
}
</style>
background-color css
<style>
a { background-color: #2FD581; }
a { background-color: rgb(47,213,129); }
div.DivClassName
{
background-color: #2FD581;
}
.BgClassName
{
background-color: #2FD581;
}
</style>
border-color css
<style>
span { border-color: #2FD581; }
span { border-color: rgb(47,213,129); }
td.TdClassName
{
border-color: #2FD581;
}
.TagClassName
{
border-color: #2FD581;
}
</style>