Shades of Shamrock #2FC39C
Tints of Shamrock #2FC39C
RGB
CMYK
RGB Variations
Color information
#2FC39C (or 0x2FC39C) is known color: Shamrock. HEX triplet: 2F, C3 and 9C. RGB value is (47,195,156). Sum of RGB (Red+Green+Blue) = 47+195+156=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC39C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC39C is #D03C63. Grayscale: #929292. Windows color (decimal): -13646948 or 10273583. OLE color: 10273583.
HSL color Cylindrical-coordinate representation of color #2FC39C: hue angle of 164.19º 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 #2FC39C is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 156 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.24 |
| HSL | 164.19º | 0.61% | 0.47% | - |
| HSV(B) | 164.19º | 0.76% | 0.76% | - |
| XYZ | 26.69 | 42.03 | 38.16 | - |
| YUV | 146.3 | 133.47 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 156 | 0.76 | 0 | 0.20 | 0.24 | 164.19 | 0.61 | 0.47 |
| Hex | 2F | C3 | 9C | 4C | 0 | 14 | 18 | A4 | 3D | 2F |
| Octal | 57 | 303 | 234 | 114 | 0 | 24 | 30 | 244 | 75 | 57 |
| Binary | 101111 | 11000011 | 10011100 | 1001100 | 0 | 10100 | 11000 | 10100100 | 111101 | 101111 |
Color Harmonies of #2FC39C
Complementary color
Monochromatic Colors of #2FC39C
Black with #2FC39C
Text Example
Text Example
White with #2FC39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC39C; }
p { color: rgb(47,195,156); }
H1.HeaderClassName
{
color: #2FC39C;
}
.AnyTagClassName
{
color: #2FC39C;
}
</style>
background-color css
<style>
a { background-color: #2FC39C; }
a { background-color: rgb(47,195,156); }
div.DivClassName
{
background-color: #2FC39C;
}
.BgClassName
{
background-color: #2FC39C;
}
</style>
border-color css
<style>
span { border-color: #2FC39C; }
span { border-color: rgb(47,195,156); }
td.TdClassName
{
border-color: #2FC39C;
}
.TagClassName
{
border-color: #2FC39C;
}
</style>