Shades of Medium Sea Green #2FB262
Tints of Medium Sea Green #2FB262
RGB
CMYK
RGB Variations
Color information
#2FB262 (or 0x2FB262) is known color: Medium Sea Green. HEX triplet: 2F, B2 and 62. RGB value is (47,178,98). Sum of RGB (Red+Green+Blue) = 47+178+98=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB262 is #D04D9D. Grayscale: #818181. Windows color (decimal): -13651358 or 6468143. OLE color: 6468143.
HSL color Cylindrical-coordinate representation of color #2FB262: hue angle of 143.36º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB262 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 98 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.30 |
| HSL | 143.36º | 0.58% | 0.44% | - |
| HSV(B) | 143.36º | 0.74% | 0.7% | - |
| XYZ | 19.3 | 33.33 | 16.97 | - |
| YUV | 129.71 | 110.1 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 98 | 0.74 | 0 | 0.45 | 0.30 | 143.36 | 0.58 | 0.44 |
| Hex | 2F | B2 | 62 | 4A | 0 | 2D | 1E | 8F | 3A | 2C |
| Octal | 57 | 262 | 142 | 112 | 0 | 55 | 36 | 217 | 72 | 54 |
| Binary | 101111 | 10110010 | 1100010 | 1001010 | 0 | 101101 | 11110 | 10001111 | 111010 | 101100 |
Color Harmonies of #2FB262
Complementary color
Monochromatic Colors of #2FB262
Black with #2FB262
Text Example
Text Example
White with #2FB262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB262; }
p { color: rgb(47,178,98); }
H1.HeaderClassName
{
color: #2FB262;
}
.AnyTagClassName
{
color: #2FB262;
}
</style>
background-color css
<style>
a { background-color: #2FB262; }
a { background-color: rgb(47,178,98); }
div.DivClassName
{
background-color: #2FB262;
}
.BgClassName
{
background-color: #2FB262;
}
</style>
border-color css
<style>
span { border-color: #2FB262; }
span { border-color: rgb(47,178,98); }
td.TdClassName
{
border-color: #2FB262;
}
.TagClassName
{
border-color: #2FB262;
}
</style>