Shades of Medium Sea Green #2FB46B
Tints of Medium Sea Green #2FB46B
RGB
CMYK
RGB Variations
Color information
#2FB46B (or 0x2FB46B) is known color: Medium Sea Green. HEX triplet: 2F, B4 and 6B. RGB value is (47,180,107). Sum of RGB (Red+Green+Blue) = 47+180+107=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB46B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB46B is #D04B94. Grayscale: #848484. Windows color (decimal): -13650837 or 7058479. OLE color: 7058479.
HSL color Cylindrical-coordinate representation of color #2FB46B: hue angle of 147.07º 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 #2FB46B is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 107 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.29 |
| HSL | 147.07º | 0.59% | 0.45% | - |
| HSV(B) | 147.07º | 0.74% | 0.71% | - |
| XYZ | 20.15 | 34.31 | 19.47 | - |
| YUV | 131.91 | 113.94 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 107 | 0.74 | 0 | 0.41 | 0.29 | 147.07 | 0.59 | 0.45 |
| Hex | 2F | B4 | 6B | 4A | 0 | 29 | 1D | 93 | 3B | 2D |
| Octal | 57 | 264 | 153 | 112 | 0 | 51 | 35 | 223 | 73 | 55 |
| Binary | 101111 | 10110100 | 1101011 | 1001010 | 0 | 101001 | 11101 | 10010011 | 111011 | 101101 |
Color Harmonies of #2FB46B
Complementary color
Monochromatic Colors of #2FB46B
Black with #2FB46B
Text Example
Text Example
White with #2FB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB46B; }
p { color: rgb(47,180,107); }
H1.HeaderClassName
{
color: #2FB46B;
}
.AnyTagClassName
{
color: #2FB46B;
}
</style>
background-color css
<style>
a { background-color: #2FB46B; }
a { background-color: rgb(47,180,107); }
div.DivClassName
{
background-color: #2FB46B;
}
.BgClassName
{
background-color: #2FB46B;
}
</style>
border-color css
<style>
span { border-color: #2FB46B; }
span { border-color: rgb(47,180,107); }
td.TdClassName
{
border-color: #2FB46B;
}
.TagClassName
{
border-color: #2FB46B;
}
</style>