Shades of Shamrock #2FBE8F
Tints of Shamrock #2FBE8F
RGB
CMYK
RGB Variations
Color information
#2FBE8F (or 0x2FBE8F) is known color: Shamrock. HEX triplet: 2F, BE and 8F. RGB value is (47,190,143). Sum of RGB (Red+Green+Blue) = 47+190+143=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBE8F is #D04170. Grayscale: #8D8D8D. Windows color (decimal): -13648241 or 9420335. OLE color: 9420335.
HSL color Cylindrical-coordinate representation of color #2FBE8F: hue angle of 160.28º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBE8F is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 143 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.25 |
| HSL | 160.28º | 0.6% | 0.46% | - |
| HSV(B) | 160.28º | 0.75% | 0.75% | - |
| XYZ | 24.54 | 39.41 | 32.3 | - |
| YUV | 141.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 143 | 0.75 | 0 | 0.25 | 0.25 | 160.28 | 0.6 | 0.46 |
| Hex | 2F | BE | 8F | 4B | 0 | 19 | 19 | A0 | 3C | 2E |
| Octal | 57 | 276 | 217 | 113 | 0 | 31 | 31 | 240 | 74 | 56 |
| Binary | 101111 | 10111110 | 10001111 | 1001011 | 0 | 11001 | 11001 | 10100000 | 111100 | 101110 |
Color Harmonies of #2FBE8F
Complementary color
Monochromatic Colors of #2FBE8F
Black with #2FBE8F
Text Example
Text Example
White with #2FBE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBE8F; }
p { color: rgb(47,190,143); }
H1.HeaderClassName
{
color: #2FBE8F;
}
.AnyTagClassName
{
color: #2FBE8F;
}
</style>
background-color css
<style>
a { background-color: #2FBE8F; }
a { background-color: rgb(47,190,143); }
div.DivClassName
{
background-color: #2FBE8F;
}
.BgClassName
{
background-color: #2FBE8F;
}
</style>
border-color css
<style>
span { border-color: #2FBE8F; }
span { border-color: rgb(47,190,143); }
td.TdClassName
{
border-color: #2FBE8F;
}
.TagClassName
{
border-color: #2FBE8F;
}
</style>