Shades of Sea Green #2F8B57
Tints of Sea Green #2F8B57
RGB
CMYK
RGB Variations
Color information
#2F8B57 (or 0x2F8B57) is known color: Sea Green. HEX triplet: 2F, 8B and 57. RGB value is (47,139,87). Sum of RGB (Red+Green+Blue) = 47+139+87=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8B57 is #D074A8. Grayscale: #696969. Windows color (decimal): -13661353 or 5737263. OLE color: 5737263.
HSL color Cylindrical-coordinate representation of color #2F8B57: hue angle of 146.09º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8B57 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 139 | 87 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.45 |
| HSL | 146.09º | 0.49% | 0.36% | - |
| HSV(B) | 146.09º | 0.66% | 0.55% | - |
| XYZ | 12.13 | 19.76 | 12.19 | - |
| YUV | 105.56 | 117.52 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 139 | 87 | 0.66 | 0 | 0.37 | 0.45 | 146.09 | 0.49 | 0.36 |
| Hex | 2F | 8B | 57 | 42 | 0 | 25 | 2D | 92 | 31 | 24 |
| Octal | 57 | 213 | 127 | 102 | 0 | 45 | 55 | 222 | 61 | 44 |
| Binary | 101111 | 10001011 | 1010111 | 1000010 | 0 | 100101 | 101101 | 10010010 | 110001 | 100100 |
Color Harmonies of #2F8B57
Complementary color
Monochromatic Colors of #2F8B57
Black with #2F8B57
Text Example
Text Example
White with #2F8B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8B57; }
p { color: rgb(47,139,87); }
H1.HeaderClassName
{
color: #2F8B57;
}
.AnyTagClassName
{
color: #2F8B57;
}
</style>
background-color css
<style>
a { background-color: #2F8B57; }
a { background-color: rgb(47,139,87); }
div.DivClassName
{
background-color: #2F8B57;
}
.BgClassName
{
background-color: #2F8B57;
}
</style>
border-color css
<style>
span { border-color: #2F8B57; }
span { border-color: rgb(47,139,87); }
td.TdClassName
{
border-color: #2F8B57;
}
.TagClassName
{
border-color: #2F8B57;
}
</style>