Shades of Shamrock #2FD087
Tints of Shamrock #2FD087
RGB
CMYK
RGB Variations
Color information
#2FD087 (or 0x2FD087) is known color: Shamrock. HEX triplet: 2F, D0 and 87. RGB value is (47,208,135). Sum of RGB (Red+Green+Blue) = 47+208+135=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD087 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD087 is #D02F78. Grayscale: #979797. Windows color (decimal): -13643641 or 8900655. OLE color: 8900655.
HSL color Cylindrical-coordinate representation of color #2FD087: hue angle of 152.8º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD087 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 208 | 135 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.18 |
| HSL | 152.8º | 0.63% | 0.5% | - |
| HSV(B) | 152.8º | 0.77% | 0.82% | - |
| XYZ | 28.1 | 47.47 | 30.6 | - |
| YUV | 151.54 | 118.66 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 208 | 135 | 0.77 | 0 | 0.35 | 0.18 | 152.8 | 0.63 | 0.5 |
| Hex | 2F | D0 | 87 | 4D | 0 | 23 | 12 | 99 | 3F | 32 |
| Octal | 57 | 320 | 207 | 115 | 0 | 43 | 22 | 231 | 77 | 62 |
| Binary | 101111 | 11010000 | 10000111 | 1001101 | 0 | 100011 | 10010 | 10011001 | 111111 | 110010 |
Color Harmonies of #2FD087
Complementary color
Monochromatic Colors of #2FD087
Black with #2FD087
Text Example
Text Example
White with #2FD087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD087; }
p { color: rgb(47,208,135); }
H1.HeaderClassName
{
color: #2FD087;
}
.AnyTagClassName
{
color: #2FD087;
}
</style>
background-color css
<style>
a { background-color: #2FD087; }
a { background-color: rgb(47,208,135); }
div.DivClassName
{
background-color: #2FD087;
}
.BgClassName
{
background-color: #2FD087;
}
</style>
border-color css
<style>
span { border-color: #2FD087; }
span { border-color: rgb(47,208,135); }
td.TdClassName
{
border-color: #2FD087;
}
.TagClassName
{
border-color: #2FD087;
}
</style>