Shades of Shamrock #2FC09C
Tints of Shamrock #2FC09C
RGB
CMYK
RGB Variations
Color information
#2FC09C (or 0x2FC09C) is known color: Shamrock. HEX triplet: 2F, C0 and 9C. RGB value is (47,192,156). Sum of RGB (Red+Green+Blue) = 47+192+156=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC09C is #D03F63. Grayscale: #909090. Windows color (decimal): -13647716 or 10272815. OLE color: 10272815.
HSL color Cylindrical-coordinate representation of color #2FC09C: hue angle of 165.1º 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 #2FC09C is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 156 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.25 |
| HSL | 165.1º | 0.61% | 0.47% | - |
| HSV(B) | 165.1º | 0.76% | 0.75% | - |
| XYZ | 26.02 | 40.7 | 37.94 | - |
| YUV | 144.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 156 | 0.76 | 0 | 0.19 | 0.25 | 165.1 | 0.61 | 0.47 |
| Hex | 2F | C0 | 9C | 4C | 0 | 13 | 19 | A5 | 3D | 2F |
| Octal | 57 | 300 | 234 | 114 | 0 | 23 | 31 | 245 | 75 | 57 |
| Binary | 101111 | 11000000 | 10011100 | 1001100 | 0 | 10011 | 11001 | 10100101 | 111101 | 101111 |
Color Harmonies of #2FC09C
Complementary color
Monochromatic Colors of #2FC09C
Black with #2FC09C
Text Example
Text Example
White with #2FC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC09C; }
p { color: rgb(47,192,156); }
H1.HeaderClassName
{
color: #2FC09C;
}
.AnyTagClassName
{
color: #2FC09C;
}
</style>
background-color css
<style>
a { background-color: #2FC09C; }
a { background-color: rgb(47,192,156); }
div.DivClassName
{
background-color: #2FC09C;
}
.BgClassName
{
background-color: #2FC09C;
}
</style>
border-color css
<style>
span { border-color: #2FC09C; }
span { border-color: rgb(47,192,156); }
td.TdClassName
{
border-color: #2FC09C;
}
.TagClassName
{
border-color: #2FC09C;
}
</style>