Shades of Medium Sea Green #2FB46C
Tints of Medium Sea Green #2FB46C
RGB
CMYK
RGB Variations
Color information
#2FB46C (or 0x2FB46C) is known color: Medium Sea Green. HEX triplet: 2F, B4 and 6C. RGB value is (47,180,108). Sum of RGB (Red+Green+Blue) = 47+180+108=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB46C is #D04B93. Grayscale: #848484. Windows color (decimal): -13650836 or 7124015. OLE color: 7124015.
HSL color Cylindrical-coordinate representation of color #2FB46C: hue angle of 147.52º 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 #2FB46C is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 108 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.29 |
| HSL | 147.52º | 0.59% | 0.45% | - |
| HSV(B) | 147.52º | 0.74% | 0.71% | - |
| XYZ | 20.2 | 34.33 | 19.75 | - |
| YUV | 132.03 | 114.44 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 108 | 0.74 | 0 | 0.40 | 0.29 | 147.52 | 0.59 | 0.45 |
| Hex | 2F | B4 | 6C | 4A | 0 | 28 | 1D | 94 | 3B | 2D |
| Octal | 57 | 264 | 154 | 112 | 0 | 50 | 35 | 224 | 73 | 55 |
| Binary | 101111 | 10110100 | 1101100 | 1001010 | 0 | 101000 | 11101 | 10010100 | 111011 | 101101 |
Color Harmonies of #2FB46C
Complementary color
Monochromatic Colors of #2FB46C
Black with #2FB46C
Text Example
Text Example
White with #2FB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB46C; }
p { color: rgb(47,180,108); }
H1.HeaderClassName
{
color: #2FB46C;
}
.AnyTagClassName
{
color: #2FB46C;
}
</style>
background-color css
<style>
a { background-color: #2FB46C; }
a { background-color: rgb(47,180,108); }
div.DivClassName
{
background-color: #2FB46C;
}
.BgClassName
{
background-color: #2FB46C;
}
</style>
border-color css
<style>
span { border-color: #2FB46C; }
span { border-color: rgb(47,180,108); }
td.TdClassName
{
border-color: #2FB46C;
}
.TagClassName
{
border-color: #2FB46C;
}
</style>