Shades of Medium Sea Green #2FB26C
Tints of Medium Sea Green #2FB26C
RGB
CMYK
RGB Variations
Color information
#2FB26C (or 0x2FB26C) is known color: Medium Sea Green. HEX triplet: 2F, B2 and 6C. RGB value is (47,178,108). Sum of RGB (Red+Green+Blue) = 47+178+108=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB26C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB26C is #D04D93. Grayscale: #838383. Windows color (decimal): -13651348 or 7123503. OLE color: 7123503.
HSL color Cylindrical-coordinate representation of color #2FB26C: hue angle of 147.94º 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 #2FB26C is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 108 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.30 |
| HSL | 147.94º | 0.58% | 0.44% | - |
| HSV(B) | 147.94º | 0.74% | 0.7% | - |
| XYZ | 19.8 | 33.53 | 19.62 | - |
| YUV | 130.85 | 115.1 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 108 | 0.74 | 0 | 0.39 | 0.30 | 147.94 | 0.58 | 0.44 |
| Hex | 2F | B2 | 6C | 4A | 0 | 27 | 1E | 94 | 3A | 2C |
| Octal | 57 | 262 | 154 | 112 | 0 | 47 | 36 | 224 | 72 | 54 |
| Binary | 101111 | 10110010 | 1101100 | 1001010 | 0 | 100111 | 11110 | 10010100 | 111010 | 101100 |
Color Harmonies of #2FB26C
Complementary color
Monochromatic Colors of #2FB26C
Black with #2FB26C
Text Example
Text Example
White with #2FB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB26C; }
p { color: rgb(47,178,108); }
H1.HeaderClassName
{
color: #2FB26C;
}
.AnyTagClassName
{
color: #2FB26C;
}
</style>
background-color css
<style>
a { background-color: #2FB26C; }
a { background-color: rgb(47,178,108); }
div.DivClassName
{
background-color: #2FB26C;
}
.BgClassName
{
background-color: #2FB26C;
}
</style>
border-color css
<style>
span { border-color: #2FB26C; }
span { border-color: rgb(47,178,108); }
td.TdClassName
{
border-color: #2FB26C;
}
.TagClassName
{
border-color: #2FB26C;
}
</style>