Shades of Shamrock #2FCE87
Tints of Shamrock #2FCE87
RGB
CMYK
RGB Variations
Color information
#2FCE87 (or 0x2FCE87) is known color: Shamrock. HEX triplet: 2F, CE and 87. RGB value is (47,206,135). Sum of RGB (Red+Green+Blue) = 47+206+135=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCE87 is #D03178. Grayscale: #969696. Windows color (decimal): -13644153 or 8900143. OLE color: 8900143.
HSL color Cylindrical-coordinate representation of color #2FCE87: hue angle of 153.21º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCE87 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 135 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.19 |
| HSL | 153.21º | 0.63% | 0.5% | - |
| HSV(B) | 153.21º | 0.77% | 0.81% | - |
| XYZ | 27.62 | 46.5 | 30.44 | - |
| YUV | 150.37 | 119.32 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 135 | 0.77 | 0 | 0.34 | 0.19 | 153.21 | 0.63 | 0.5 |
| Hex | 2F | CE | 87 | 4D | 0 | 22 | 13 | 99 | 3F | 32 |
| Octal | 57 | 316 | 207 | 115 | 0 | 42 | 23 | 231 | 77 | 62 |
| Binary | 101111 | 11001110 | 10000111 | 1001101 | 0 | 100010 | 10011 | 10011001 | 111111 | 110010 |
Color Harmonies of #2FCE87
Complementary color
Monochromatic Colors of #2FCE87
Black with #2FCE87
Text Example
Text Example
White with #2FCE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE87; }
p { color: rgb(47,206,135); }
H1.HeaderClassName
{
color: #2FCE87;
}
.AnyTagClassName
{
color: #2FCE87;
}
</style>
background-color css
<style>
a { background-color: #2FCE87; }
a { background-color: rgb(47,206,135); }
div.DivClassName
{
background-color: #2FCE87;
}
.BgClassName
{
background-color: #2FCE87;
}
</style>
border-color css
<style>
span { border-color: #2FCE87; }
span { border-color: rgb(47,206,135); }
td.TdClassName
{
border-color: #2FCE87;
}
.TagClassName
{
border-color: #2FCE87;
}
</style>