Shades of Medium Sea Green #2FB066
Tints of Medium Sea Green #2FB066
RGB
CMYK
RGB Variations
Color information
#2FB066 (or 0x2FB066) is known color: Medium Sea Green. HEX triplet: 2F, B0 and 66. RGB value is (47,176,102). Sum of RGB (Red+Green+Blue) = 47+176+102=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB066 is #D04F99. Grayscale: #818181. Windows color (decimal): -13651866 or 6729775. OLE color: 6729775.
HSL color Cylindrical-coordinate representation of color #2FB066: hue angle of 145.58º 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 #2FB066 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 176 | 102 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.31 |
| HSL | 145.58º | 0.58% | 0.44% | - |
| HSV(B) | 145.58º | 0.73% | 0.69% | - |
| XYZ | 19.1 | 32.61 | 17.86 | - |
| YUV | 128.99 | 112.76 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 176 | 102 | 0.73 | 0 | 0.42 | 0.31 | 145.58 | 0.58 | 0.44 |
| Hex | 2F | B0 | 66 | 49 | 0 | 2A | 1F | 92 | 3A | 2C |
| Octal | 57 | 260 | 146 | 111 | 0 | 52 | 37 | 222 | 72 | 54 |
| Binary | 101111 | 10110000 | 1100110 | 1001001 | 0 | 101010 | 11111 | 10010010 | 111010 | 101100 |
Color Harmonies of #2FB066
Complementary color
Monochromatic Colors of #2FB066
Black with #2FB066
Text Example
Text Example
White with #2FB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB066; }
p { color: rgb(47,176,102); }
H1.HeaderClassName
{
color: #2FB066;
}
.AnyTagClassName
{
color: #2FB066;
}
</style>
background-color css
<style>
a { background-color: #2FB066; }
a { background-color: rgb(47,176,102); }
div.DivClassName
{
background-color: #2FB066;
}
.BgClassName
{
background-color: #2FB066;
}
</style>
border-color css
<style>
span { border-color: #2FB066; }
span { border-color: rgb(47,176,102); }
td.TdClassName
{
border-color: #2FB066;
}
.TagClassName
{
border-color: #2FB066;
}
</style>