Shades of Medium Sea Green #2FBE6C
Tints of Medium Sea Green #2FBE6C
RGB
CMYK
RGB Variations
Color information
#2FBE6C (or 0x2FBE6C) is known color: Medium Sea Green. HEX triplet: 2F, BE and 6C. RGB value is (47,190,108). Sum of RGB (Red+Green+Blue) = 47+190+108=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBE6C is #D04193. Grayscale: #8A8A8A. Windows color (decimal): -13648276 or 7126575. OLE color: 7126575.
HSL color Cylindrical-coordinate representation of color #2FBE6C: hue angle of 145.59º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBE6C is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 108 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.25 |
| HSL | 145.59º | 0.6% | 0.46% | - |
| HSV(B) | 145.59º | 0.75% | 0.75% | - |
| XYZ | 22.29 | 38.51 | 20.45 | - |
| YUV | 137.9 | 111.12 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 108 | 0.75 | 0 | 0.43 | 0.25 | 145.59 | 0.6 | 0.46 |
| Hex | 2F | BE | 6C | 4B | 0 | 2B | 19 | 92 | 3C | 2E |
| Octal | 57 | 276 | 154 | 113 | 0 | 53 | 31 | 222 | 74 | 56 |
| Binary | 101111 | 10111110 | 1101100 | 1001011 | 0 | 101011 | 11001 | 10010010 | 111100 | 101110 |
Color Harmonies of #2FBE6C
Complementary color
Monochromatic Colors of #2FBE6C
Black with #2FBE6C
Text Example
Text Example
White with #2FBE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBE6C; }
p { color: rgb(47,190,108); }
H1.HeaderClassName
{
color: #2FBE6C;
}
.AnyTagClassName
{
color: #2FBE6C;
}
</style>
background-color css
<style>
a { background-color: #2FBE6C; }
a { background-color: rgb(47,190,108); }
div.DivClassName
{
background-color: #2FBE6C;
}
.BgClassName
{
background-color: #2FBE6C;
}
</style>
border-color css
<style>
span { border-color: #2FBE6C; }
span { border-color: rgb(47,190,108); }
td.TdClassName
{
border-color: #2FBE6C;
}
.TagClassName
{
border-color: #2FBE6C;
}
</style>