Shades of Sea Green #2F9550
Tints of Sea Green #2F9550
RGB
CMYK
RGB Variations
Color information
#2F9550 (or 0x2F9550) is known color: Sea Green. HEX triplet: 2F, 95 and 50. RGB value is (47,149,80). Sum of RGB (Red+Green+Blue) = 47+149+80=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9550 is #D06AAF. Grayscale: #6E6E6E. Windows color (decimal): -13658800 or 5281071. OLE color: 5281071.
HSL color Cylindrical-coordinate representation of color #2F9550: hue angle of 139.41º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9550 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 80 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.42 |
| HSL | 139.41º | 0.52% | 0.38% | - |
| HSV(B) | 139.41º | 0.68% | 0.58% | - |
| XYZ | 13.37 | 22.68 | 11.26 | - |
| YUV | 110.64 | 110.71 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 80 | 0.68 | 0 | 0.46 | 0.42 | 139.41 | 0.52 | 0.38 |
| Hex | 2F | 95 | 50 | 44 | 0 | 2E | 2A | 8B | 34 | 26 |
| Octal | 57 | 225 | 120 | 104 | 0 | 56 | 52 | 213 | 64 | 46 |
| Binary | 101111 | 10010101 | 1010000 | 1000100 | 0 | 101110 | 101010 | 10001011 | 110100 | 100110 |
Color Harmonies of #2F9550
Complementary color
Monochromatic Colors of #2F9550
Black with #2F9550
Text Example
Text Example
White with #2F9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9550; }
p { color: rgb(47,149,80); }
H1.HeaderClassName
{
color: #2F9550;
}
.AnyTagClassName
{
color: #2F9550;
}
</style>
background-color css
<style>
a { background-color: #2F9550; }
a { background-color: rgb(47,149,80); }
div.DivClassName
{
background-color: #2F9550;
}
.BgClassName
{
background-color: #2F9550;
}
</style>
border-color css
<style>
span { border-color: #2F9550; }
span { border-color: rgb(47,149,80); }
td.TdClassName
{
border-color: #2F9550;
}
.TagClassName
{
border-color: #2F9550;
}
</style>