Shades of Shamrock #2FCC8B
Tints of Shamrock #2FCC8B
RGB
CMYK
RGB Variations
Color information
#2FCC8B (or 0x2FCC8B) is known color: Shamrock. HEX triplet: 2F, CC and 8B. RGB value is (47,204,139). Sum of RGB (Red+Green+Blue) = 47+204+139=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCC8B is #D03374. Grayscale: #959595. Windows color (decimal): -13644661 or 9161775. OLE color: 9161775.
HSL color Cylindrical-coordinate representation of color #2FCC8B: hue angle of 155.16º degrees, saturation: 0.63, 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 #2FCC8B is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 139 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.2 |
| HSL | 155.16º | 0.63% | 0.49% | - |
| HSV(B) | 155.16º | 0.77% | 0.8% | - |
| XYZ | 27.43 | 45.65 | 31.79 | - |
| YUV | 149.65 | 121.99 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 139 | 0.77 | 0 | 0.32 | 0.2 | 155.16 | 0.63 | 0.49 |
| Hex | 2F | CC | 8B | 4D | 0 | 20 | 14 | 9B | 3F | 31 |
| Octal | 57 | 314 | 213 | 115 | 0 | 40 | 24 | 233 | 77 | 61 |
| Binary | 101111 | 11001100 | 10001011 | 1001101 | 0 | 100000 | 10100 | 10011011 | 111111 | 110001 |
Color Harmonies of #2FCC8B
Complementary color
Monochromatic Colors of #2FCC8B
Black with #2FCC8B
Text Example
Text Example
White with #2FCC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCC8B; }
p { color: rgb(47,204,139); }
H1.HeaderClassName
{
color: #2FCC8B;
}
.AnyTagClassName
{
color: #2FCC8B;
}
</style>
background-color css
<style>
a { background-color: #2FCC8B; }
a { background-color: rgb(47,204,139); }
div.DivClassName
{
background-color: #2FCC8B;
}
.BgClassName
{
background-color: #2FCC8B;
}
</style>
border-color css
<style>
span { border-color: #2FCC8B; }
span { border-color: rgb(47,204,139); }
td.TdClassName
{
border-color: #2FCC8B;
}
.TagClassName
{
border-color: #2FCC8B;
}
</style>