Shades of Shamrock #2FBC9A
Tints of Shamrock #2FBC9A
RGB
CMYK
RGB Variations
Color information
#2FBC9A (or 0x2FBC9A) is known color: Shamrock. HEX triplet: 2F, BC and 9A. RGB value is (47,188,154). Sum of RGB (Red+Green+Blue) = 47+188+154=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC9A is #D04365. Grayscale: #8D8D8D. Windows color (decimal): -13648742 or 10140719. OLE color: 10140719.
HSL color Cylindrical-coordinate representation of color #2FBC9A: hue angle of 165.53º 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 #2FBC9A is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 154 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.26 |
| HSL | 165.53º | 0.6% | 0.46% | - |
| HSV(B) | 165.53º | 0.75% | 0.74% | - |
| XYZ | 24.99 | 38.9 | 36.76 | - |
| YUV | 141.97 | 134.79 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 154 | 0.75 | 0 | 0.18 | 0.26 | 165.53 | 0.6 | 0.46 |
| Hex | 2F | BC | 9A | 4B | 0 | 12 | 1A | A6 | 3C | 2E |
| Octal | 57 | 274 | 232 | 113 | 0 | 22 | 32 | 246 | 74 | 56 |
| Binary | 101111 | 10111100 | 10011010 | 1001011 | 0 | 10010 | 11010 | 10100110 | 111100 | 101110 |
Color Harmonies of #2FBC9A
Complementary color
Monochromatic Colors of #2FBC9A
Black with #2FBC9A
Text Example
Text Example
White with #2FBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC9A; }
p { color: rgb(47,188,154); }
H1.HeaderClassName
{
color: #2FBC9A;
}
.AnyTagClassName
{
color: #2FBC9A;
}
</style>
background-color css
<style>
a { background-color: #2FBC9A; }
a { background-color: rgb(47,188,154); }
div.DivClassName
{
background-color: #2FBC9A;
}
.BgClassName
{
background-color: #2FBC9A;
}
</style>
border-color css
<style>
span { border-color: #2FBC9A; }
span { border-color: rgb(47,188,154); }
td.TdClassName
{
border-color: #2FBC9A;
}
.TagClassName
{
border-color: #2FBC9A;
}
</style>