Shades of Shamrock #2FCB98
Tints of Shamrock #2FCB98
RGB
CMYK
RGB Variations
Color information
#2FCB98 (or 0x2FCB98) is known color: Shamrock. HEX triplet: 2F, CB and 98. RGB value is (47,203,152). Sum of RGB (Red+Green+Blue) = 47+203+152=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCB98 is #D03467. Grayscale: #969696. Windows color (decimal): -13644904 or 10013487. OLE color: 10013487.
HSL color Cylindrical-coordinate representation of color #2FCB98: hue angle of 160.38º 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 #2FCB98 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 152 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.20 |
| HSL | 160.38º | 0.62% | 0.49% | - |
| HSV(B) | 160.38º | 0.77% | 0.8% | - |
| XYZ | 28.2 | 45.58 | 37.02 | - |
| YUV | 150.54 | 128.82 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 152 | 0.77 | 0 | 0.25 | 0.20 | 160.38 | 0.62 | 0.49 |
| Hex | 2F | CB | 98 | 4D | 0 | 19 | 14 | A0 | 3E | 31 |
| Octal | 57 | 313 | 230 | 115 | 0 | 31 | 24 | 240 | 76 | 61 |
| Binary | 101111 | 11001011 | 10011000 | 1001101 | 0 | 11001 | 10100 | 10100000 | 111110 | 110001 |
Color Harmonies of #2FCB98
Complementary color
Monochromatic Colors of #2FCB98
Black with #2FCB98
Text Example
Text Example
White with #2FCB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB98; }
p { color: rgb(47,203,152); }
H1.HeaderClassName
{
color: #2FCB98;
}
.AnyTagClassName
{
color: #2FCB98;
}
</style>
background-color css
<style>
a { background-color: #2FCB98; }
a { background-color: rgb(47,203,152); }
div.DivClassName
{
background-color: #2FCB98;
}
.BgClassName
{
background-color: #2FCB98;
}
</style>
border-color css
<style>
span { border-color: #2FCB98; }
span { border-color: rgb(47,203,152); }
td.TdClassName
{
border-color: #2FCB98;
}
.TagClassName
{
border-color: #2FCB98;
}
</style>