Shades of Shamrock #2FBC90
Tints of Shamrock #2FBC90
RGB
CMYK
RGB Variations
Color information
#2FBC90 (or 0x2FBC90) is known color: Shamrock. HEX triplet: 2F, BC and 90. RGB value is (47,188,144). Sum of RGB (Red+Green+Blue) = 47+188+144=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC90 is #D0436F. Grayscale: #8C8C8C. Windows color (decimal): -13648752 or 9485359. OLE color: 9485359.
HSL color Cylindrical-coordinate representation of color #2FBC90: hue angle of 161.28º 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 #2FBC90 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 144 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.26 |
| HSL | 161.28º | 0.6% | 0.46% | - |
| HSV(B) | 161.28º | 0.75% | 0.74% | - |
| XYZ | 24.19 | 38.58 | 32.56 | - |
| YUV | 140.83 | 129.79 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 144 | 0.75 | 0 | 0.23 | 0.26 | 161.28 | 0.6 | 0.46 |
| Hex | 2F | BC | 90 | 4B | 0 | 17 | 1A | A1 | 3C | 2E |
| Octal | 57 | 274 | 220 | 113 | 0 | 27 | 32 | 241 | 74 | 56 |
| Binary | 101111 | 10111100 | 10010000 | 1001011 | 0 | 10111 | 11010 | 10100001 | 111100 | 101110 |
Color Harmonies of #2FBC90
Complementary color
Monochromatic Colors of #2FBC90
Black with #2FBC90
Text Example
Text Example
White with #2FBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC90; }
p { color: rgb(47,188,144); }
H1.HeaderClassName
{
color: #2FBC90;
}
.AnyTagClassName
{
color: #2FBC90;
}
</style>
background-color css
<style>
a { background-color: #2FBC90; }
a { background-color: rgb(47,188,144); }
div.DivClassName
{
background-color: #2FBC90;
}
.BgClassName
{
background-color: #2FBC90;
}
</style>
border-color css
<style>
span { border-color: #2FBC90; }
span { border-color: rgb(47,188,144); }
td.TdClassName
{
border-color: #2FBC90;
}
.TagClassName
{
border-color: #2FBC90;
}
</style>