Shades of Shamrock #2FC692
Tints of Shamrock #2FC692
RGB
CMYK
RGB Variations
Color information
#2FC692 (or 0x2FC692) is known color: Shamrock. HEX triplet: 2F, C6 and 92. RGB value is (47,198,146). Sum of RGB (Red+Green+Blue) = 47+198+146=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC692 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC692 is #D0396D. Grayscale: #929292. Windows color (decimal): -13646190 or 9618991. OLE color: 9618991.
HSL color Cylindrical-coordinate representation of color #2FC692: hue angle of 159.34º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC692 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 146 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.22 |
| HSL | 159.34º | 0.62% | 0.48% | - |
| HSV(B) | 159.34º | 0.76% | 0.78% | - |
| XYZ | 26.55 | 43.07 | 34.11 | - |
| YUV | 146.92 | 127.47 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 146 | 0.76 | 0 | 0.26 | 0.22 | 159.34 | 0.62 | 0.48 |
| Hex | 2F | C6 | 92 | 4C | 0 | 1A | 16 | 9F | 3E | 30 |
| Octal | 57 | 306 | 222 | 114 | 0 | 32 | 26 | 237 | 76 | 60 |
| Binary | 101111 | 11000110 | 10010010 | 1001100 | 0 | 11010 | 10110 | 10011111 | 111110 | 110000 |
Color Harmonies of #2FC692
Complementary color
Monochromatic Colors of #2FC692
Black with #2FC692
Text Example
Text Example
White with #2FC692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC692; }
p { color: rgb(47,198,146); }
H1.HeaderClassName
{
color: #2FC692;
}
.AnyTagClassName
{
color: #2FC692;
}
</style>
background-color css
<style>
a { background-color: #2FC692; }
a { background-color: rgb(47,198,146); }
div.DivClassName
{
background-color: #2FC692;
}
.BgClassName
{
background-color: #2FC692;
}
</style>
border-color css
<style>
span { border-color: #2FC692; }
span { border-color: rgb(47,198,146); }
td.TdClassName
{
border-color: #2FC692;
}
.TagClassName
{
border-color: #2FC692;
}
</style>