Shades of Shamrock #2FC28C
Tints of Shamrock #2FC28C
RGB
CMYK
RGB Variations
Color information
#2FC28C (or 0x2FC28C) is known color: Shamrock. HEX triplet: 2F, C2 and 8C. RGB value is (47,194,140). Sum of RGB (Red+Green+Blue) = 47+194+140=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC28C is #D03D73. Grayscale: #8F8F8F. Windows color (decimal): -13647220 or 9224751. OLE color: 9224751.
HSL color Cylindrical-coordinate representation of color #2FC28C: hue angle of 157.96º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC28C is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 140 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.24 |
| HSL | 157.96º | 0.61% | 0.47% | - |
| HSV(B) | 157.96º | 0.76% | 0.76% | - |
| XYZ | 25.2 | 41.08 | 31.41 | - |
| YUV | 143.89 | 125.8 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 140 | 0.76 | 0 | 0.28 | 0.24 | 157.96 | 0.61 | 0.47 |
| Hex | 2F | C2 | 8C | 4C | 0 | 1C | 18 | 9E | 3D | 2F |
| Octal | 57 | 302 | 214 | 114 | 0 | 34 | 30 | 236 | 75 | 57 |
| Binary | 101111 | 11000010 | 10001100 | 1001100 | 0 | 11100 | 11000 | 10011110 | 111101 | 101111 |
Color Harmonies of #2FC28C
Complementary color
Monochromatic Colors of #2FC28C
Black with #2FC28C
Text Example
Text Example
White with #2FC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC28C; }
p { color: rgb(47,194,140); }
H1.HeaderClassName
{
color: #2FC28C;
}
.AnyTagClassName
{
color: #2FC28C;
}
</style>
background-color css
<style>
a { background-color: #2FC28C; }
a { background-color: rgb(47,194,140); }
div.DivClassName
{
background-color: #2FC28C;
}
.BgClassName
{
background-color: #2FC28C;
}
</style>
border-color css
<style>
span { border-color: #2FC28C; }
span { border-color: rgb(47,194,140); }
td.TdClassName
{
border-color: #2FC28C;
}
.TagClassName
{
border-color: #2FC28C;
}
</style>