Shades of Shamrock #2FCEA2
Tints of Shamrock #2FCEA2
RGB
CMYK
RGB Variations
Color information
#2FCEA2 (or 0x2FCEA2) is known color: Shamrock. HEX triplet: 2F, CE and A2. RGB value is (47,206,162). Sum of RGB (Red+Green+Blue) = 47+206+162=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCEA2 is #D0315D. Grayscale: #999999. Windows color (decimal): -13644126 or 10669615. OLE color: 10669615.
HSL color Cylindrical-coordinate representation of color #2FCEA2: hue angle of 163.4º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCEA2 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 162 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.19 |
| HSL | 163.4º | 0.63% | 0.5% | - |
| HSV(B) | 163.4º | 0.77% | 0.81% | - |
| XYZ | 29.77 | 47.36 | 41.75 | - |
| YUV | 153.44 | 132.82 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 162 | 0.77 | 0 | 0.21 | 0.19 | 163.4 | 0.63 | 0.5 |
| Hex | 2F | CE | A2 | 4D | 0 | 15 | 13 | A3 | 3F | 32 |
| Octal | 57 | 316 | 242 | 115 | 0 | 25 | 23 | 243 | 77 | 62 |
| Binary | 101111 | 11001110 | 10100010 | 1001101 | 0 | 10101 | 10011 | 10100011 | 111111 | 110010 |
Color Harmonies of #2FCEA2
Complementary color
Monochromatic Colors of #2FCEA2
Black with #2FCEA2
Text Example
Text Example
White with #2FCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEA2; }
p { color: rgb(47,206,162); }
H1.HeaderClassName
{
color: #2FCEA2;
}
.AnyTagClassName
{
color: #2FCEA2;
}
</style>
background-color css
<style>
a { background-color: #2FCEA2; }
a { background-color: rgb(47,206,162); }
div.DivClassName
{
background-color: #2FCEA2;
}
.BgClassName
{
background-color: #2FCEA2;
}
</style>
border-color css
<style>
span { border-color: #2FCEA2; }
span { border-color: rgb(47,206,162); }
td.TdClassName
{
border-color: #2FCEA2;
}
.TagClassName
{
border-color: #2FCEA2;
}
</style>