Shades of Medium Sea Green #2FB26B
Tints of Medium Sea Green #2FB26B
RGB
CMYK
RGB Variations
Color information
#2FB26B (or 0x2FB26B) is known color: Medium Sea Green. HEX triplet: 2F, B2 and 6B. RGB value is (47,178,107). Sum of RGB (Red+Green+Blue) = 47+178+107=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB26B is #D04D94. Grayscale: #828282. Windows color (decimal): -13651349 or 7057967. OLE color: 7057967.
HSL color Cylindrical-coordinate representation of color #2FB26B: hue angle of 147.48º 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 #2FB26B is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 107 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.30 |
| HSL | 147.48º | 0.58% | 0.44% | - |
| HSV(B) | 147.48º | 0.74% | 0.7% | - |
| XYZ | 19.75 | 33.51 | 19.34 | - |
| YUV | 130.74 | 114.6 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 107 | 0.74 | 0 | 0.40 | 0.30 | 147.48 | 0.58 | 0.44 |
| Hex | 2F | B2 | 6B | 4A | 0 | 28 | 1E | 93 | 3A | 2C |
| Octal | 57 | 262 | 153 | 112 | 0 | 50 | 36 | 223 | 72 | 54 |
| Binary | 101111 | 10110010 | 1101011 | 1001010 | 0 | 101000 | 11110 | 10010011 | 111010 | 101100 |
Color Harmonies of #2FB26B
Complementary color
Monochromatic Colors of #2FB26B
Black with #2FB26B
Text Example
Text Example
White with #2FB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB26B; }
p { color: rgb(47,178,107); }
H1.HeaderClassName
{
color: #2FB26B;
}
.AnyTagClassName
{
color: #2FB26B;
}
</style>
background-color css
<style>
a { background-color: #2FB26B; }
a { background-color: rgb(47,178,107); }
div.DivClassName
{
background-color: #2FB26B;
}
.BgClassName
{
background-color: #2FB26B;
}
</style>
border-color css
<style>
span { border-color: #2FB26B; }
span { border-color: rgb(47,178,107); }
td.TdClassName
{
border-color: #2FB26B;
}
.TagClassName
{
border-color: #2FB26B;
}
</style>