Shades of Shamrock #2FCB9E
Tints of Shamrock #2FCB9E
RGB
CMYK
RGB Variations
Color information
#2FCB9E (or 0x2FCB9E) is known color: Shamrock. HEX triplet: 2F, CB and 9E. RGB value is (47,203,158). Sum of RGB (Red+Green+Blue) = 47+203+158=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCB9E is #D03461. Grayscale: #979797. Windows color (decimal): -13644898 or 10406703. OLE color: 10406703.
HSL color Cylindrical-coordinate representation of color #2FCB9E: hue angle of 162.69º 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 #2FCB9E is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 158 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.20 |
| HSL | 162.69º | 0.62% | 0.49% | - |
| HSV(B) | 162.69º | 0.77% | 0.8% | - |
| XYZ | 28.7 | 45.78 | 39.67 | - |
| YUV | 151.23 | 131.82 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 158 | 0.77 | 0 | 0.22 | 0.20 | 162.69 | 0.62 | 0.49 |
| Hex | 2F | CB | 9E | 4D | 0 | 16 | 14 | A3 | 3E | 31 |
| Octal | 57 | 313 | 236 | 115 | 0 | 26 | 24 | 243 | 76 | 61 |
| Binary | 101111 | 11001011 | 10011110 | 1001101 | 0 | 10110 | 10100 | 10100011 | 111110 | 110001 |
Color Harmonies of #2FCB9E
Complementary color
Monochromatic Colors of #2FCB9E
Black with #2FCB9E
Text Example
Text Example
White with #2FCB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB9E; }
p { color: rgb(47,203,158); }
H1.HeaderClassName
{
color: #2FCB9E;
}
.AnyTagClassName
{
color: #2FCB9E;
}
</style>
background-color css
<style>
a { background-color: #2FCB9E; }
a { background-color: rgb(47,203,158); }
div.DivClassName
{
background-color: #2FCB9E;
}
.BgClassName
{
background-color: #2FCB9E;
}
</style>
border-color css
<style>
span { border-color: #2FCB9E; }
span { border-color: rgb(47,203,158); }
td.TdClassName
{
border-color: #2FCB9E;
}
.TagClassName
{
border-color: #2FCB9E;
}
</style>