Shades of Shamrock #2FCB88
Tints of Shamrock #2FCB88
RGB
CMYK
RGB Variations
Color information
#2FCB88 (or 0x2FCB88) is known color: Shamrock. HEX triplet: 2F, CB and 88. RGB value is (47,203,136). Sum of RGB (Red+Green+Blue) = 47+203+136=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCB88 is #D03477. Grayscale: #949494. Windows color (decimal): -13644920 or 8964911. OLE color: 8964911.
HSL color Cylindrical-coordinate representation of color #2FCB88: hue angle of 154.23º 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 #2FCB88 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 136 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.20 |
| HSL | 154.23º | 0.62% | 0.49% | - |
| HSV(B) | 154.23º | 0.77% | 0.8% | - |
| XYZ | 26.97 | 45.09 | 30.57 | - |
| YUV | 148.72 | 120.82 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 136 | 0.77 | 0 | 0.33 | 0.20 | 154.23 | 0.62 | 0.49 |
| Hex | 2F | CB | 88 | 4D | 0 | 21 | 14 | 9A | 3E | 31 |
| Octal | 57 | 313 | 210 | 115 | 0 | 41 | 24 | 232 | 76 | 61 |
| Binary | 101111 | 11001011 | 10001000 | 1001101 | 0 | 100001 | 10100 | 10011010 | 111110 | 110001 |
Color Harmonies of #2FCB88
Complementary color
Monochromatic Colors of #2FCB88
Black with #2FCB88
Text Example
Text Example
White with #2FCB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB88; }
p { color: rgb(47,203,136); }
H1.HeaderClassName
{
color: #2FCB88;
}
.AnyTagClassName
{
color: #2FCB88;
}
</style>
background-color css
<style>
a { background-color: #2FCB88; }
a { background-color: rgb(47,203,136); }
div.DivClassName
{
background-color: #2FCB88;
}
.BgClassName
{
background-color: #2FCB88;
}
</style>
border-color css
<style>
span { border-color: #2FCB88; }
span { border-color: rgb(47,203,136); }
td.TdClassName
{
border-color: #2FCB88;
}
.TagClassName
{
border-color: #2FCB88;
}
</style>