Shades of Medium Sea Green #2FB76A
Tints of Medium Sea Green #2FB76A
RGB
CMYK
RGB Variations
Color information
#2FB76A (or 0x2FB76A) is known color: Medium Sea Green. HEX triplet: 2F, B7 and 6A. RGB value is (47,183,106). Sum of RGB (Red+Green+Blue) = 47+183+106=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB76A is #D04895. Grayscale: #858585. Windows color (decimal): -13650070 or 6993711. OLE color: 6993711.
HSL color Cylindrical-coordinate representation of color #2FB76A: hue angle of 146.03º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB76A is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 106 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.28 |
| HSL | 146.03º | 0.59% | 0.45% | - |
| HSV(B) | 146.03º | 0.74% | 0.72% | - |
| XYZ | 20.71 | 35.51 | 19.4 | - |
| YUV | 133.56 | 112.44 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 106 | 0.74 | 0 | 0.42 | 0.28 | 146.03 | 0.59 | 0.45 |
| Hex | 2F | B7 | 6A | 4A | 0 | 2A | 1C | 92 | 3B | 2D |
| Octal | 57 | 267 | 152 | 112 | 0 | 52 | 34 | 222 | 73 | 55 |
| Binary | 101111 | 10110111 | 1101010 | 1001010 | 0 | 101010 | 11100 | 10010010 | 111011 | 101101 |
Color Harmonies of #2FB76A
Complementary color
Monochromatic Colors of #2FB76A
Black with #2FB76A
Text Example
Text Example
White with #2FB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB76A; }
p { color: rgb(47,183,106); }
H1.HeaderClassName
{
color: #2FB76A;
}
.AnyTagClassName
{
color: #2FB76A;
}
</style>
background-color css
<style>
a { background-color: #2FB76A; }
a { background-color: rgb(47,183,106); }
div.DivClassName
{
background-color: #2FB76A;
}
.BgClassName
{
background-color: #2FB76A;
}
</style>
border-color css
<style>
span { border-color: #2FB76A; }
span { border-color: rgb(47,183,106); }
td.TdClassName
{
border-color: #2FB76A;
}
.TagClassName
{
border-color: #2FB76A;
}
</style>