Shades of Medium Sea Green #2FB46A
Tints of Medium Sea Green #2FB46A
RGB
CMYK
RGB Variations
Color information
#2FB46A (or 0x2FB46A) is known color: Medium Sea Green. HEX triplet: 2F, B4 and 6A. RGB value is (47,180,106). Sum of RGB (Red+Green+Blue) = 47+180+106=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB46A is #D04B95. Grayscale: #838383. Windows color (decimal): -13650838 or 6992943. OLE color: 6992943.
HSL color Cylindrical-coordinate representation of color #2FB46A: hue angle of 146.62º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB46A is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 106 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.29 |
| HSL | 146.62º | 0.59% | 0.45% | - |
| HSV(B) | 146.62º | 0.74% | 0.71% | - |
| XYZ | 20.1 | 34.29 | 19.19 | - |
| YUV | 131.8 | 113.44 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 106 | 0.74 | 0 | 0.41 | 0.29 | 146.62 | 0.59 | 0.45 |
| Hex | 2F | B4 | 6A | 4A | 0 | 29 | 1D | 93 | 3B | 2D |
| Octal | 57 | 264 | 152 | 112 | 0 | 51 | 35 | 223 | 73 | 55 |
| Binary | 101111 | 10110100 | 1101010 | 1001010 | 0 | 101001 | 11101 | 10010011 | 111011 | 101101 |
Color Harmonies of #2FB46A
Complementary color
Monochromatic Colors of #2FB46A
Black with #2FB46A
Text Example
Text Example
White with #2FB46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB46A; }
p { color: rgb(47,180,106); }
H1.HeaderClassName
{
color: #2FB46A;
}
.AnyTagClassName
{
color: #2FB46A;
}
</style>
background-color css
<style>
a { background-color: #2FB46A; }
a { background-color: rgb(47,180,106); }
div.DivClassName
{
background-color: #2FB46A;
}
.BgClassName
{
background-color: #2FB46A;
}
</style>
border-color css
<style>
span { border-color: #2FB46A; }
span { border-color: rgb(47,180,106); }
td.TdClassName
{
border-color: #2FB46A;
}
.TagClassName
{
border-color: #2FB46A;
}
</style>