Shades of Shamrock #2FD27F
Tints of Shamrock #2FD27F
RGB
CMYK
RGB Variations
Color information
#2FD27F (or 0x2FD27F) is known color: Shamrock. HEX triplet: 2F, D2 and 7F. RGB value is (47,210,127). Sum of RGB (Red+Green+Blue) = 47+210+127=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD27F is #D02D80. Grayscale: #979797. Windows color (decimal): -13643137 or 8376879. OLE color: 8376879.
HSL color Cylindrical-coordinate representation of color #2FD27F: hue angle of 149.45º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD27F is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 210 | 127 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.18 |
| HSL | 149.45º | 0.64% | 0.5% | - |
| HSV(B) | 149.45º | 0.78% | 0.82% | - |
| XYZ | 28.05 | 48.23 | 27.91 | - |
| YUV | 151.8 | 114 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 210 | 127 | 0.78 | 0 | 0.40 | 0.18 | 149.45 | 0.64 | 0.5 |
| Hex | 2F | D2 | 7F | 4E | 0 | 28 | 12 | 95 | 40 | 32 |
| Octal | 57 | 322 | 177 | 116 | 0 | 50 | 22 | 225 | 100 | 62 |
| Binary | 101111 | 11010010 | 1111111 | 1001110 | 0 | 101000 | 10010 | 10010101 | 1000000 | 110010 |
Color Harmonies of #2FD27F
Complementary color
Monochromatic Colors of #2FD27F
Black with #2FD27F
Text Example
Text Example
White with #2FD27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD27F; }
p { color: rgb(47,210,127); }
H1.HeaderClassName
{
color: #2FD27F;
}
.AnyTagClassName
{
color: #2FD27F;
}
</style>
background-color css
<style>
a { background-color: #2FD27F; }
a { background-color: rgb(47,210,127); }
div.DivClassName
{
background-color: #2FD27F;
}
.BgClassName
{
background-color: #2FD27F;
}
</style>
border-color css
<style>
span { border-color: #2FD27F; }
span { border-color: rgb(47,210,127); }
td.TdClassName
{
border-color: #2FD27F;
}
.TagClassName
{
border-color: #2FD27F;
}
</style>