Shades of Shamrock #2FC09F
Tints of Shamrock #2FC09F
RGB
CMYK
RGB Variations
Color information
#2FC09F (or 0x2FC09F) is known color: Shamrock. HEX triplet: 2F, C0 and 9F. RGB value is (47,192,159). Sum of RGB (Red+Green+Blue) = 47+192+159=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC09F is #D03F60. Grayscale: #909090. Windows color (decimal): -13647713 or 10469423. OLE color: 10469423.
HSL color Cylindrical-coordinate representation of color #2FC09F: hue angle of 166.34º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC09F is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 159 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.25 |
| HSL | 166.34º | 0.61% | 0.47% | - |
| HSV(B) | 166.34º | 0.76% | 0.75% | - |
| XYZ | 26.28 | 40.81 | 39.29 | - |
| YUV | 144.88 | 135.96 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 159 | 0.76 | 0 | 0.17 | 0.25 | 166.34 | 0.61 | 0.47 |
| Hex | 2F | C0 | 9F | 4C | 0 | 11 | 19 | A6 | 3D | 2F |
| Octal | 57 | 300 | 237 | 114 | 0 | 21 | 31 | 246 | 75 | 57 |
| Binary | 101111 | 11000000 | 10011111 | 1001100 | 0 | 10001 | 11001 | 10100110 | 111101 | 101111 |
Color Harmonies of #2FC09F
Complementary color
Monochromatic Colors of #2FC09F
Black with #2FC09F
Text Example
Text Example
White with #2FC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC09F; }
p { color: rgb(47,192,159); }
H1.HeaderClassName
{
color: #2FC09F;
}
.AnyTagClassName
{
color: #2FC09F;
}
</style>
background-color css
<style>
a { background-color: #2FC09F; }
a { background-color: rgb(47,192,159); }
div.DivClassName
{
background-color: #2FC09F;
}
.BgClassName
{
background-color: #2FC09F;
}
</style>
border-color css
<style>
span { border-color: #2FC09F; }
span { border-color: rgb(47,192,159); }
td.TdClassName
{
border-color: #2FC09F;
}
.TagClassName
{
border-color: #2FC09F;
}
</style>