Shades of Shamrock #2FC38F
Tints of Shamrock #2FC38F
RGB
CMYK
RGB Variations
Color information
#2FC38F (or 0x2FC38F) is known color: Shamrock. HEX triplet: 2F, C3 and 8F. RGB value is (47,195,143). Sum of RGB (Red+Green+Blue) = 47+195+143=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC38F is #D03C70. Grayscale: #909090. Windows color (decimal): -13646961 or 9421615. OLE color: 9421615.
HSL color Cylindrical-coordinate representation of color #2FC38F: hue angle of 158.92º 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 #2FC38F is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 143 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.24 |
| HSL | 158.92º | 0.61% | 0.47% | - |
| HSV(B) | 158.92º | 0.76% | 0.76% | - |
| XYZ | 25.65 | 41.62 | 32.67 | - |
| YUV | 144.82 | 126.97 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 143 | 0.76 | 0 | 0.27 | 0.24 | 158.92 | 0.61 | 0.47 |
| Hex | 2F | C3 | 8F | 4C | 0 | 1B | 18 | 9F | 3D | 2F |
| Octal | 57 | 303 | 217 | 114 | 0 | 33 | 30 | 237 | 75 | 57 |
| Binary | 101111 | 11000011 | 10001111 | 1001100 | 0 | 11011 | 11000 | 10011111 | 111101 | 101111 |
Color Harmonies of #2FC38F
Complementary color
Monochromatic Colors of #2FC38F
Black with #2FC38F
Text Example
Text Example
White with #2FC38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC38F; }
p { color: rgb(47,195,143); }
H1.HeaderClassName
{
color: #2FC38F;
}
.AnyTagClassName
{
color: #2FC38F;
}
</style>
background-color css
<style>
a { background-color: #2FC38F; }
a { background-color: rgb(47,195,143); }
div.DivClassName
{
background-color: #2FC38F;
}
.BgClassName
{
background-color: #2FC38F;
}
</style>
border-color css
<style>
span { border-color: #2FC38F; }
span { border-color: rgb(47,195,143); }
td.TdClassName
{
border-color: #2FC38F;
}
.TagClassName
{
border-color: #2FC38F;
}
</style>