Shades of Medium Sea Green #2FB462
Tints of Medium Sea Green #2FB462
RGB
CMYK
RGB Variations
Color information
#2FB462 (or 0x2FB462) is known color: Medium Sea Green. HEX triplet: 2F, B4 and 62. RGB value is (47,180,98). Sum of RGB (Red+Green+Blue) = 47+180+98=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB462 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB462 is #D04B9D. Grayscale: #838383. Windows color (decimal): -13650846 or 6468655. OLE color: 6468655.
HSL color Cylindrical-coordinate representation of color #2FB462: hue angle of 143.01º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB462 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 98 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.29 |
| HSL | 143.01º | 0.59% | 0.45% | - |
| HSV(B) | 143.01º | 0.74% | 0.71% | - |
| XYZ | 19.7 | 34.13 | 17.1 | - |
| YUV | 130.89 | 109.44 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 98 | 0.74 | 0 | 0.46 | 0.29 | 143.01 | 0.59 | 0.45 |
| Hex | 2F | B4 | 62 | 4A | 0 | 2E | 1D | 8F | 3B | 2D |
| Octal | 57 | 264 | 142 | 112 | 0 | 56 | 35 | 217 | 73 | 55 |
| Binary | 101111 | 10110100 | 1100010 | 1001010 | 0 | 101110 | 11101 | 10001111 | 111011 | 101101 |
Color Harmonies of #2FB462
Complementary color
Monochromatic Colors of #2FB462
Black with #2FB462
Text Example
Text Example
White with #2FB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB462; }
p { color: rgb(47,180,98); }
H1.HeaderClassName
{
color: #2FB462;
}
.AnyTagClassName
{
color: #2FB462;
}
</style>
background-color css
<style>
a { background-color: #2FB462; }
a { background-color: rgb(47,180,98); }
div.DivClassName
{
background-color: #2FB462;
}
.BgClassName
{
background-color: #2FB462;
}
</style>
border-color css
<style>
span { border-color: #2FB462; }
span { border-color: rgb(47,180,98); }
td.TdClassName
{
border-color: #2FB462;
}
.TagClassName
{
border-color: #2FB462;
}
</style>