Shades of Shamrock #2FBC9D
Tints of Shamrock #2FBC9D
RGB
CMYK
RGB Variations
Color information
#2FBC9D (or 0x2FBC9D) is known color: Shamrock. HEX triplet: 2F, BC and 9D. RGB value is (47,188,157). Sum of RGB (Red+Green+Blue) = 47+188+157=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC9D is #D04362. Grayscale: #8E8E8E. Windows color (decimal): -13648739 or 10337327. OLE color: 10337327.
HSL color Cylindrical-coordinate representation of color #2FBC9D: hue angle of 166.81º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC9D is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 157 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.26 |
| HSL | 166.81º | 0.6% | 0.46% | - |
| HSV(B) | 166.81º | 0.75% | 0.74% | - |
| XYZ | 25.24 | 39.01 | 38.1 | - |
| YUV | 142.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 157 | 0.75 | 0 | 0.16 | 0.26 | 166.81 | 0.6 | 0.46 |
| Hex | 2F | BC | 9D | 4B | 0 | 10 | 1A | A7 | 3C | 2E |
| Octal | 57 | 274 | 235 | 113 | 0 | 20 | 32 | 247 | 74 | 56 |
| Binary | 101111 | 10111100 | 10011101 | 1001011 | 0 | 10000 | 11010 | 10100111 | 111100 | 101110 |
Color Harmonies of #2FBC9D
Complementary color
Monochromatic Colors of #2FBC9D
Black with #2FBC9D
Text Example
Text Example
White with #2FBC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC9D; }
p { color: rgb(47,188,157); }
H1.HeaderClassName
{
color: #2FBC9D;
}
.AnyTagClassName
{
color: #2FBC9D;
}
</style>
background-color css
<style>
a { background-color: #2FBC9D; }
a { background-color: rgb(47,188,157); }
div.DivClassName
{
background-color: #2FBC9D;
}
.BgClassName
{
background-color: #2FBC9D;
}
</style>
border-color css
<style>
span { border-color: #2FBC9D; }
span { border-color: rgb(47,188,157); }
td.TdClassName
{
border-color: #2FBC9D;
}
.TagClassName
{
border-color: #2FBC9D;
}
</style>