Shades of Medium Sea Green #2FB467
Tints of Medium Sea Green #2FB467
RGB
CMYK
RGB Variations
Color information
#2FB467 (or 0x2FB467) is known color: Medium Sea Green. HEX triplet: 2F, B4 and 67. RGB value is (47,180,103). Sum of RGB (Red+Green+Blue) = 47+180+103=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB467 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB467 is #D04B98. Grayscale: #838383. Windows color (decimal): -13650841 or 6796335. OLE color: 6796335.
HSL color Cylindrical-coordinate representation of color #2FB467: hue angle of 145.26º 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 #2FB467 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 103 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.29 |
| HSL | 145.26º | 0.59% | 0.45% | - |
| HSV(B) | 145.26º | 0.74% | 0.71% | - |
| XYZ | 19.94 | 34.23 | 18.39 | - |
| YUV | 131.46 | 111.94 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 103 | 0.74 | 0 | 0.43 | 0.29 | 145.26 | 0.59 | 0.45 |
| Hex | 2F | B4 | 67 | 4A | 0 | 2B | 1D | 91 | 3B | 2D |
| Octal | 57 | 264 | 147 | 112 | 0 | 53 | 35 | 221 | 73 | 55 |
| Binary | 101111 | 10110100 | 1100111 | 1001010 | 0 | 101011 | 11101 | 10010001 | 111011 | 101101 |
Color Harmonies of #2FB467
Complementary color
Monochromatic Colors of #2FB467
Black with #2FB467
Text Example
Text Example
White with #2FB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB467; }
p { color: rgb(47,180,103); }
H1.HeaderClassName
{
color: #2FB467;
}
.AnyTagClassName
{
color: #2FB467;
}
</style>
background-color css
<style>
a { background-color: #2FB467; }
a { background-color: rgb(47,180,103); }
div.DivClassName
{
background-color: #2FB467;
}
.BgClassName
{
background-color: #2FB467;
}
</style>
border-color css
<style>
span { border-color: #2FB467; }
span { border-color: rgb(47,180,103); }
td.TdClassName
{
border-color: #2FB467;
}
.TagClassName
{
border-color: #2FB467;
}
</style>