Shades of Shamrock #2FCF89
Tints of Shamrock #2FCF89
RGB
CMYK
RGB Variations
Color information
#2FCF89 (or 0x2FCF89) is known color: Shamrock. HEX triplet: 2F, CF and 89. RGB value is (47,207,137). Sum of RGB (Red+Green+Blue) = 47+207+137=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCF89 is #D03076. Grayscale: #979797. Windows color (decimal): -13643895 or 9031471. OLE color: 9031471.
HSL color Cylindrical-coordinate representation of color #2FCF89: hue angle of 153.75º 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 #2FCF89 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 137 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.19 |
| HSL | 153.75º | 0.63% | 0.5% | - |
| HSV(B) | 153.75º | 0.77% | 0.81% | - |
| XYZ | 28 | 47.04 | 31.27 | - |
| YUV | 151.18 | 119.99 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 137 | 0.77 | 0 | 0.34 | 0.19 | 153.75 | 0.63 | 0.5 |
| Hex | 2F | CF | 89 | 4D | 0 | 22 | 13 | 9A | 3F | 32 |
| Octal | 57 | 317 | 211 | 115 | 0 | 42 | 23 | 232 | 77 | 62 |
| Binary | 101111 | 11001111 | 10001001 | 1001101 | 0 | 100010 | 10011 | 10011010 | 111111 | 110010 |
Color Harmonies of #2FCF89
Complementary color
Monochromatic Colors of #2FCF89
Black with #2FCF89
Text Example
Text Example
White with #2FCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF89; }
p { color: rgb(47,207,137); }
H1.HeaderClassName
{
color: #2FCF89;
}
.AnyTagClassName
{
color: #2FCF89;
}
</style>
background-color css
<style>
a { background-color: #2FCF89; }
a { background-color: rgb(47,207,137); }
div.DivClassName
{
background-color: #2FCF89;
}
.BgClassName
{
background-color: #2FCF89;
}
</style>
border-color css
<style>
span { border-color: #2FCF89; }
span { border-color: rgb(47,207,137); }
td.TdClassName
{
border-color: #2FCF89;
}
.TagClassName
{
border-color: #2FCF89;
}
</style>