Shades of Shamrock #2FC390
Tints of Shamrock #2FC390
RGB
CMYK
RGB Variations
Color information
#2FC390 (or 0x2FC390) is known color: Shamrock. HEX triplet: 2F, C3 and 90. RGB value is (47,195,144). Sum of RGB (Red+Green+Blue) = 47+195+144=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC390 is #D03C6F. Grayscale: #909090. Windows color (decimal): -13646960 or 9487151. OLE color: 9487151.
HSL color Cylindrical-coordinate representation of color #2FC390: hue angle of 159.32º 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 #2FC390 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 144 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.24 |
| HSL | 159.32º | 0.61% | 0.47% | - |
| HSV(B) | 159.32º | 0.76% | 0.76% | - |
| XYZ | 25.72 | 41.65 | 33.07 | - |
| YUV | 144.93 | 127.47 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 144 | 0.76 | 0 | 0.26 | 0.24 | 159.32 | 0.61 | 0.47 |
| Hex | 2F | C3 | 90 | 4C | 0 | 1A | 18 | 9F | 3D | 2F |
| Octal | 57 | 303 | 220 | 114 | 0 | 32 | 30 | 237 | 75 | 57 |
| Binary | 101111 | 11000011 | 10010000 | 1001100 | 0 | 11010 | 11000 | 10011111 | 111101 | 101111 |
Color Harmonies of #2FC390
Complementary color
Monochromatic Colors of #2FC390
Black with #2FC390
Text Example
Text Example
White with #2FC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC390; }
p { color: rgb(47,195,144); }
H1.HeaderClassName
{
color: #2FC390;
}
.AnyTagClassName
{
color: #2FC390;
}
</style>
background-color css
<style>
a { background-color: #2FC390; }
a { background-color: rgb(47,195,144); }
div.DivClassName
{
background-color: #2FC390;
}
.BgClassName
{
background-color: #2FC390;
}
</style>
border-color css
<style>
span { border-color: #2FC390; }
span { border-color: rgb(47,195,144); }
td.TdClassName
{
border-color: #2FC390;
}
.TagClassName
{
border-color: #2FC390;
}
</style>