Shades of Sea Green #2F8C57
Tints of Sea Green #2F8C57
RGB
CMYK
RGB Variations
Color information
#2F8C57 (or 0x2F8C57) is known color: Sea Green. HEX triplet: 2F, 8C and 57. RGB value is (47,140,87). Sum of RGB (Red+Green+Blue) = 47+140+87=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #2F8C57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8C57 is #D073A8. Grayscale: #6A6A6A. Windows color (decimal): -13661097 or 5737519. OLE color: 5737519.
HSL color Cylindrical-coordinate representation of color #2F8C57: hue angle of 145.81º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8C57 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 140 | 87 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.45 |
| HSL | 145.81º | 0.5% | 0.37% | - |
| HSV(B) | 145.81º | 0.66% | 0.55% | - |
| XYZ | 12.27 | 20.05 | 12.24 | - |
| YUV | 106.15 | 117.19 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 140 | 87 | 0.66 | 0 | 0.38 | 0.45 | 145.81 | 0.5 | 0.37 |
| Hex | 2F | 8C | 57 | 42 | 0 | 26 | 2D | 92 | 32 | 25 |
| Octal | 57 | 214 | 127 | 102 | 0 | 46 | 55 | 222 | 62 | 45 |
| Binary | 101111 | 10001100 | 1010111 | 1000010 | 0 | 100110 | 101101 | 10010010 | 110010 | 100101 |
Color Harmonies of #2F8C57
Complementary color
Monochromatic Colors of #2F8C57
Black with #2F8C57
Text Example
Text Example
White with #2F8C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8C57; }
p { color: rgb(47,140,87); }
H1.HeaderClassName
{
color: #2F8C57;
}
.AnyTagClassName
{
color: #2F8C57;
}
</style>
background-color css
<style>
a { background-color: #2F8C57; }
a { background-color: rgb(47,140,87); }
div.DivClassName
{
background-color: #2F8C57;
}
.BgClassName
{
background-color: #2F8C57;
}
</style>
border-color css
<style>
span { border-color: #2F8C57; }
span { border-color: rgb(47,140,87); }
td.TdClassName
{
border-color: #2F8C57;
}
.TagClassName
{
border-color: #2F8C57;
}
</style>