Shades of Medium Sea Green #2FB078
Tints of Medium Sea Green #2FB078
RGB
CMYK
RGB Variations
Color information
#2FB078 (or 0x2FB078) is known color: Medium Sea Green. HEX triplet: 2F, B0 and 78. RGB value is (47,176,120). Sum of RGB (Red+Green+Blue) = 47+176+120=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB078 is #D04F87. Grayscale: #838383. Windows color (decimal): -13651848 or 7909423. OLE color: 7909423.
HSL color Cylindrical-coordinate representation of color #2FB078: hue angle of 153.95º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB078 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 176 | 120 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.31 |
| HSL | 153.95º | 0.58% | 0.44% | - |
| HSV(B) | 153.95º | 0.73% | 0.69% | - |
| XYZ | 20.09 | 33.01 | 23.08 | - |
| YUV | 131.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 176 | 120 | 0.73 | 0 | 0.32 | 0.31 | 153.95 | 0.58 | 0.44 |
| Hex | 2F | B0 | 78 | 49 | 0 | 20 | 1F | 9A | 3A | 2C |
| Octal | 57 | 260 | 170 | 111 | 0 | 40 | 37 | 232 | 72 | 54 |
| Binary | 101111 | 10110000 | 1111000 | 1001001 | 0 | 100000 | 11111 | 10011010 | 111010 | 101100 |
Color Harmonies of #2FB078
Complementary color
Monochromatic Colors of #2FB078
Black with #2FB078
Text Example
Text Example
White with #2FB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB078; }
p { color: rgb(47,176,120); }
H1.HeaderClassName
{
color: #2FB078;
}
.AnyTagClassName
{
color: #2FB078;
}
</style>
background-color css
<style>
a { background-color: #2FB078; }
a { background-color: rgb(47,176,120); }
div.DivClassName
{
background-color: #2FB078;
}
.BgClassName
{
background-color: #2FB078;
}
</style>
border-color css
<style>
span { border-color: #2FB078; }
span { border-color: rgb(47,176,120); }
td.TdClassName
{
border-color: #2FB078;
}
.TagClassName
{
border-color: #2FB078;
}
</style>