Shades of Shamrock #2FBE8C
Tints of Shamrock #2FBE8C
RGB
CMYK
RGB Variations
Color information
#2FBE8C (or 0x2FBE8C) is known color: Shamrock. HEX triplet: 2F, BE and 8C. RGB value is (47,190,140). Sum of RGB (Red+Green+Blue) = 47+190+140=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBE8C is #D04173. Grayscale: #8D8D8D. Windows color (decimal): -13648244 or 9223727. OLE color: 9223727.
HSL color Cylindrical-coordinate representation of color #2FBE8C: hue angle of 159.02º 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 #2FBE8C is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 140 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.25 |
| HSL | 159.02º | 0.6% | 0.46% | - |
| HSV(B) | 159.02º | 0.75% | 0.75% | - |
| XYZ | 24.32 | 39.32 | 31.12 | - |
| YUV | 141.54 | 127.12 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 140 | 0.75 | 0 | 0.26 | 0.25 | 159.02 | 0.6 | 0.46 |
| Hex | 2F | BE | 8C | 4B | 0 | 1A | 19 | 9F | 3C | 2E |
| Octal | 57 | 276 | 214 | 113 | 0 | 32 | 31 | 237 | 74 | 56 |
| Binary | 101111 | 10111110 | 10001100 | 1001011 | 0 | 11010 | 11001 | 10011111 | 111100 | 101110 |
Color Harmonies of #2FBE8C
Complementary color
Monochromatic Colors of #2FBE8C
Black with #2FBE8C
Text Example
Text Example
White with #2FBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBE8C; }
p { color: rgb(47,190,140); }
H1.HeaderClassName
{
color: #2FBE8C;
}
.AnyTagClassName
{
color: #2FBE8C;
}
</style>
background-color css
<style>
a { background-color: #2FBE8C; }
a { background-color: rgb(47,190,140); }
div.DivClassName
{
background-color: #2FBE8C;
}
.BgClassName
{
background-color: #2FBE8C;
}
</style>
border-color css
<style>
span { border-color: #2FBE8C; }
span { border-color: rgb(47,190,140); }
td.TdClassName
{
border-color: #2FBE8C;
}
.TagClassName
{
border-color: #2FBE8C;
}
</style>