Shades of Medium Sea Green #2FB26D
Tints of Medium Sea Green #2FB26D
RGB
CMYK
RGB Variations
Color information
#2FB26D (or 0x2FB26D) is known color: Medium Sea Green. HEX triplet: 2F, B2 and 6D. RGB value is (47,178,109). Sum of RGB (Red+Green+Blue) = 47+178+109=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB26D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB26D is #D04D92. Grayscale: #838383. Windows color (decimal): -13651347 or 7189039. OLE color: 7189039.
HSL color Cylindrical-coordinate representation of color #2FB26D: hue angle of 148.4º 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 #2FB26D is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 109 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.30 |
| HSL | 148.4º | 0.58% | 0.44% | - |
| HSV(B) | 148.4º | 0.74% | 0.7% | - |
| XYZ | 19.85 | 33.55 | 19.9 | - |
| YUV | 130.97 | 115.6 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 109 | 0.74 | 0 | 0.39 | 0.30 | 148.4 | 0.58 | 0.44 |
| Hex | 2F | B2 | 6D | 4A | 0 | 27 | 1E | 94 | 3A | 2C |
| Octal | 57 | 262 | 155 | 112 | 0 | 47 | 36 | 224 | 72 | 54 |
| Binary | 101111 | 10110010 | 1101101 | 1001010 | 0 | 100111 | 11110 | 10010100 | 111010 | 101100 |
Color Harmonies of #2FB26D
Complementary color
Monochromatic Colors of #2FB26D
Black with #2FB26D
Text Example
Text Example
White with #2FB26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB26D; }
p { color: rgb(47,178,109); }
H1.HeaderClassName
{
color: #2FB26D;
}
.AnyTagClassName
{
color: #2FB26D;
}
</style>
background-color css
<style>
a { background-color: #2FB26D; }
a { background-color: rgb(47,178,109); }
div.DivClassName
{
background-color: #2FB26D;
}
.BgClassName
{
background-color: #2FB26D;
}
</style>
border-color css
<style>
span { border-color: #2FB26D; }
span { border-color: rgb(47,178,109); }
td.TdClassName
{
border-color: #2FB26D;
}
.TagClassName
{
border-color: #2FB26D;
}
</style>