Shades of Shamrock #2FCB96
Tints of Shamrock #2FCB96
RGB
CMYK
RGB Variations
Color information
#2FCB96 (or 0x2FCB96) is known color: Shamrock. HEX triplet: 2F, CB and 96. RGB value is (47,203,150). Sum of RGB (Red+Green+Blue) = 47+203+150=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCB96 is #D03469. Grayscale: #969696. Windows color (decimal): -13644906 or 9882415. OLE color: 9882415.
HSL color Cylindrical-coordinate representation of color #2FCB96: hue angle of 159.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCB96 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 150 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.20 |
| HSL | 159.62º | 0.62% | 0.49% | - |
| HSV(B) | 159.62º | 0.77% | 0.8% | - |
| XYZ | 28.03 | 45.52 | 36.16 | - |
| YUV | 150.31 | 127.82 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 150 | 0.77 | 0 | 0.26 | 0.20 | 159.62 | 0.62 | 0.49 |
| Hex | 2F | CB | 96 | 4D | 0 | 1A | 14 | A0 | 3E | 31 |
| Octal | 57 | 313 | 226 | 115 | 0 | 32 | 24 | 240 | 76 | 61 |
| Binary | 101111 | 11001011 | 10010110 | 1001101 | 0 | 11010 | 10100 | 10100000 | 111110 | 110001 |
Color Harmonies of #2FCB96
Complementary color
Monochromatic Colors of #2FCB96
Black with #2FCB96
Text Example
Text Example
White with #2FCB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB96; }
p { color: rgb(47,203,150); }
H1.HeaderClassName
{
color: #2FCB96;
}
.AnyTagClassName
{
color: #2FCB96;
}
</style>
background-color css
<style>
a { background-color: #2FCB96; }
a { background-color: rgb(47,203,150); }
div.DivClassName
{
background-color: #2FCB96;
}
.BgClassName
{
background-color: #2FCB96;
}
</style>
border-color css
<style>
span { border-color: #2FCB96; }
span { border-color: rgb(47,203,150); }
td.TdClassName
{
border-color: #2FCB96;
}
.TagClassName
{
border-color: #2FCB96;
}
</style>