Shades of Sea Green #2F9257
Tints of Sea Green #2F9257
RGB
CMYK
RGB Variations
Color information
#2F9257 (or 0x2F9257) is known color: Sea Green. HEX triplet: 2F, 92 and 57. RGB value is (47,146,87). Sum of RGB (Red+Green+Blue) = 47+146+87=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9257 is #D06DA8. Grayscale: #6D6D6D. Windows color (decimal): -13659561 or 5739055. OLE color: 5739055.
HSL color Cylindrical-coordinate representation of color #2F9257: hue angle of 144.24º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9257 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 146 | 87 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.43 |
| HSL | 144.24º | 0.51% | 0.38% | - |
| HSV(B) | 144.24º | 0.68% | 0.57% | - |
| XYZ | 13.17 | 21.85 | 12.54 | - |
| YUV | 109.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 146 | 87 | 0.68 | 0 | 0.40 | 0.43 | 144.24 | 0.51 | 0.38 |
| Hex | 2F | 92 | 57 | 44 | 0 | 28 | 2B | 90 | 33 | 26 |
| Octal | 57 | 222 | 127 | 104 | 0 | 50 | 53 | 220 | 63 | 46 |
| Binary | 101111 | 10010010 | 1010111 | 1000100 | 0 | 101000 | 101011 | 10010000 | 110011 | 100110 |
Color Harmonies of #2F9257
Complementary color
Monochromatic Colors of #2F9257
Black with #2F9257
Text Example
Text Example
White with #2F9257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9257; }
p { color: rgb(47,146,87); }
H1.HeaderClassName
{
color: #2F9257;
}
.AnyTagClassName
{
color: #2F9257;
}
</style>
background-color css
<style>
a { background-color: #2F9257; }
a { background-color: rgb(47,146,87); }
div.DivClassName
{
background-color: #2F9257;
}
.BgClassName
{
background-color: #2F9257;
}
</style>
border-color css
<style>
span { border-color: #2F9257; }
span { border-color: rgb(47,146,87); }
td.TdClassName
{
border-color: #2F9257;
}
.TagClassName
{
border-color: #2F9257;
}
</style>