Shades of Shamrock #2FCBAF
Tints of Shamrock #2FCBAF
RGB
CMYK
RGB Variations
Color information
#2FCBAF (or 0x2FCBAF) is known color: Shamrock. HEX triplet: 2F, CB and AF. RGB value is (47,203,175). Sum of RGB (Red+Green+Blue) = 47+203+175=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCBAF is #D03450. Grayscale: #999999. Windows color (decimal): -13644881 or 11520815. OLE color: 11520815.
HSL color Cylindrical-coordinate representation of color #2FCBAF: hue angle of 169.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 #2FCBAF is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 175 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.20 |
| HSL | 169.23º | 0.62% | 0.49% | - |
| HSV(B) | 169.23º | 0.77% | 0.8% | - |
| XYZ | 30.27 | 46.41 | 47.92 | - |
| YUV | 153.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 175 | 0.77 | 0 | 0.14 | 0.20 | 169.23 | 0.62 | 0.49 |
| Hex | 2F | CB | AF | 4D | 0 | E | 14 | A9 | 3E | 31 |
| Octal | 57 | 313 | 257 | 115 | 0 | 16 | 24 | 251 | 76 | 61 |
| Binary | 101111 | 11001011 | 10101111 | 1001101 | 0 | 1110 | 10100 | 10101001 | 111110 | 110001 |
Color Harmonies of #2FCBAF
Complementary color
Monochromatic Colors of #2FCBAF
Black with #2FCBAF
Text Example
Text Example
White with #2FCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBAF; }
p { color: rgb(47,203,175); }
H1.HeaderClassName
{
color: #2FCBAF;
}
.AnyTagClassName
{
color: #2FCBAF;
}
</style>
background-color css
<style>
a { background-color: #2FCBAF; }
a { background-color: rgb(47,203,175); }
div.DivClassName
{
background-color: #2FCBAF;
}
.BgClassName
{
background-color: #2FCBAF;
}
</style>
border-color css
<style>
span { border-color: #2FCBAF; }
span { border-color: rgb(47,203,175); }
td.TdClassName
{
border-color: #2FCBAF;
}
.TagClassName
{
border-color: #2FCBAF;
}
</style>