Shades of Medium Sea Green #2FBE68
Tints of Medium Sea Green #2FBE68
RGB
CMYK
RGB Variations
Color information
#2FBE68 (or 0x2FBE68) is known color: Medium Sea Green. HEX triplet: 2F, BE and 68. RGB value is (47,190,104). Sum of RGB (Red+Green+Blue) = 47+190+104=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBE68 is #D04197. Grayscale: #898989. Windows color (decimal): -13648280 or 6864431. OLE color: 6864431.
HSL color Cylindrical-coordinate representation of color #2FBE68: hue angle of 143.92º 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 #2FBE68 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 104 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.25 |
| HSL | 143.92º | 0.6% | 0.46% | - |
| HSV(B) | 143.92º | 0.75% | 0.75% | - |
| XYZ | 22.08 | 38.43 | 19.35 | - |
| YUV | 137.44 | 109.12 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 104 | 0.75 | 0 | 0.45 | 0.25 | 143.92 | 0.6 | 0.46 |
| Hex | 2F | BE | 68 | 4B | 0 | 2D | 19 | 90 | 3C | 2E |
| Octal | 57 | 276 | 150 | 113 | 0 | 55 | 31 | 220 | 74 | 56 |
| Binary | 101111 | 10111110 | 1101000 | 1001011 | 0 | 101101 | 11001 | 10010000 | 111100 | 101110 |
Color Harmonies of #2FBE68
Complementary color
Monochromatic Colors of #2FBE68
Black with #2FBE68
Text Example
Text Example
White with #2FBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBE68; }
p { color: rgb(47,190,104); }
H1.HeaderClassName
{
color: #2FBE68;
}
.AnyTagClassName
{
color: #2FBE68;
}
</style>
background-color css
<style>
a { background-color: #2FBE68; }
a { background-color: rgb(47,190,104); }
div.DivClassName
{
background-color: #2FBE68;
}
.BgClassName
{
background-color: #2FBE68;
}
</style>
border-color css
<style>
span { border-color: #2FBE68; }
span { border-color: rgb(47,190,104); }
td.TdClassName
{
border-color: #2FBE68;
}
.TagClassName
{
border-color: #2FBE68;
}
</style>