Shades of Shamrock #2FECAA
Tints of Shamrock #2FECAA
RGB
CMYK
RGB Variations
Color information
#2FECAA (or 0x2FECAA) is known color: Shamrock. HEX triplet: 2F, EC and AA. RGB value is (47,236,170). Sum of RGB (Red+Green+Blue) = 47+236+170=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FECAA is #D01355. Grayscale: #ACACAC. Windows color (decimal): -13636438 or 11201583. OLE color: 11201583.
HSL color Cylindrical-coordinate representation of color #2FECAA: hue angle of 159.05º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FECAA is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 170 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.07 |
| HSL | 159.05º | 0.83% | 0.55% | - |
| HSV(B) | 159.05º | 0.8% | 0.93% | - |
| XYZ | 38.42 | 63.5 | 48.26 | - |
| YUV | 171.97 | 126.88 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 170 | 0.80 | 0 | 0.28 | 0.07 | 159.05 | 0.83 | 0.55 |
| Hex | 2F | EC | AA | 50 | 0 | 1C | 7 | 9F | 53 | 37 |
| Octal | 57 | 354 | 252 | 120 | 0 | 34 | 7 | 237 | 123 | 67 |
| Binary | 101111 | 11101100 | 10101010 | 1010000 | 0 | 11100 | 111 | 10011111 | 1010011 | 110111 |
Color Harmonies of #2FECAA
Complementary color
Monochromatic Colors of #2FECAA
Black with #2FECAA
Text Example
Text Example
White with #2FECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECAA; }
p { color: rgb(47,236,170); }
H1.HeaderClassName
{
color: #2FECAA;
}
.AnyTagClassName
{
color: #2FECAA;
}
</style>
background-color css
<style>
a { background-color: #2FECAA; }
a { background-color: rgb(47,236,170); }
div.DivClassName
{
background-color: #2FECAA;
}
.BgClassName
{
background-color: #2FECAA;
}
</style>
border-color css
<style>
span { border-color: #2FECAA; }
span { border-color: rgb(47,236,170); }
td.TdClassName
{
border-color: #2FECAA;
}
.TagClassName
{
border-color: #2FECAA;
}
</style>