Shades of Medium Sea Green #2FB473
Tints of Medium Sea Green #2FB473
RGB
CMYK
RGB Variations
Color information
#2FB473 (or 0x2FB473) is known color: Medium Sea Green. HEX triplet: 2F, B4 and 73. RGB value is (47,180,115). Sum of RGB (Red+Green+Blue) = 47+180+115=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB473 is #D04B8C. Grayscale: #848484. Windows color (decimal): -13650829 or 7582767. OLE color: 7582767.
HSL color Cylindrical-coordinate representation of color #2FB473: hue angle of 150.68º 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 #2FB473 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 115 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.29 |
| HSL | 150.68º | 0.59% | 0.45% | - |
| HSV(B) | 150.68º | 0.74% | 0.71% | - |
| XYZ | 20.59 | 34.48 | 21.79 | - |
| YUV | 132.82 | 117.94 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 115 | 0.74 | 0 | 0.36 | 0.29 | 150.68 | 0.59 | 0.45 |
| Hex | 2F | B4 | 73 | 4A | 0 | 24 | 1D | 97 | 3B | 2D |
| Octal | 57 | 264 | 163 | 112 | 0 | 44 | 35 | 227 | 73 | 55 |
| Binary | 101111 | 10110100 | 1110011 | 1001010 | 0 | 100100 | 11101 | 10010111 | 111011 | 101101 |
Color Harmonies of #2FB473
Complementary color
Monochromatic Colors of #2FB473
Black with #2FB473
Text Example
Text Example
White with #2FB473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB473; }
p { color: rgb(47,180,115); }
H1.HeaderClassName
{
color: #2FB473;
}
.AnyTagClassName
{
color: #2FB473;
}
</style>
background-color css
<style>
a { background-color: #2FB473; }
a { background-color: rgb(47,180,115); }
div.DivClassName
{
background-color: #2FB473;
}
.BgClassName
{
background-color: #2FB473;
}
</style>
border-color css
<style>
span { border-color: #2FB473; }
span { border-color: rgb(47,180,115); }
td.TdClassName
{
border-color: #2FB473;
}
.TagClassName
{
border-color: #2FB473;
}
</style>