Shades of Shamrock #2FEBA1
Tints of Shamrock #2FEBA1
RGB
CMYK
RGB Variations
Color information
#2FEBA1 (or 0x2FEBA1) is known color: Shamrock. HEX triplet: 2F, EB and A1. RGB value is (47,235,161). Sum of RGB (Red+Green+Blue) = 47+235+161=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 235 (92.19% from 255 or 53.05% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEBA1 is #D0145E. Grayscale: #AAAAAA. Windows color (decimal): -13636703 or 10611503. OLE color: 10611503.
HSL color Cylindrical-coordinate representation of color #2FEBA1: hue angle of 156.38º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBA1 is Cyan = 0.8, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 161 | - |
| CMYK | 0.8 | 0 | 0.31 | 0.08 |
| HSL | 156.38º | 0.82% | 0.55% | - |
| HSV(B) | 156.38º | 0.8% | 0.92% | - |
| XYZ | 37.31 | 62.59 | 43.83 | - |
| YUV | 170.35 | 122.72 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 161 | 0.8 | 0 | 0.31 | 0.08 | 156.38 | 0.82 | 0.55 |
| Hex | 2F | EB | A1 | 50 | 0 | 1F | 8 | 9C | 52 | 37 |
| Octal | 57 | 353 | 241 | 120 | 0 | 37 | 10 | 234 | 122 | 67 |
| Binary | 101111 | 11101011 | 10100001 | 1010000 | 0 | 11111 | 1000 | 10011100 | 1010010 | 110111 |
Color Harmonies of #2FEBA1
Complementary color
Monochromatic Colors of #2FEBA1
Black with #2FEBA1
Text Example
Text Example
White with #2FEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBA1; }
p { color: rgb(47,235,161); }
H1.HeaderClassName
{
color: #2FEBA1;
}
.AnyTagClassName
{
color: #2FEBA1;
}
</style>
background-color css
<style>
a { background-color: #2FEBA1; }
a { background-color: rgb(47,235,161); }
div.DivClassName
{
background-color: #2FEBA1;
}
.BgClassName
{
background-color: #2FEBA1;
}
</style>
border-color css
<style>
span { border-color: #2FEBA1; }
span { border-color: rgb(47,235,161); }
td.TdClassName
{
border-color: #2FEBA1;
}
.TagClassName
{
border-color: #2FEBA1;
}
</style>