Shades of Sea Green #2F894D
Tints of Sea Green #2F894D
RGB
CMYK
RGB Variations
Color information
#2F894D (or 0x2F894D) is known color: Sea Green. HEX triplet: 2F, 89 and 4D. RGB value is (47,137,77). Sum of RGB (Red+Green+Blue) = 47+137+77=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #2F894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F894D is #D076B2. Grayscale: #676767. Windows color (decimal): -13661875 or 5081391. OLE color: 5081391.
HSL color Cylindrical-coordinate representation of color #2F894D: hue angle of 140º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F894D is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 77 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.46 |
| HSL | 140º | 0.49% | 0.36% | - |
| HSV(B) | 140º | 0.66% | 0.54% | - |
| XYZ | 11.46 | 19.03 | 10.09 | - |
| YUV | 103.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 77 | 0.66 | 0 | 0.44 | 0.46 | 140 | 0.49 | 0.36 |
| Hex | 2F | 89 | 4D | 42 | 0 | 2C | 2E | 8C | 31 | 24 |
| Octal | 57 | 211 | 115 | 102 | 0 | 54 | 56 | 214 | 61 | 44 |
| Binary | 101111 | 10001001 | 1001101 | 1000010 | 0 | 101100 | 101110 | 10001100 | 110001 | 100100 |
Color Harmonies of #2F894D
Complementary color
Monochromatic Colors of #2F894D
Black with #2F894D
Text Example
Text Example
White with #2F894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F894D; }
p { color: rgb(47,137,77); }
H1.HeaderClassName
{
color: #2F894D;
}
.AnyTagClassName
{
color: #2F894D;
}
</style>
background-color css
<style>
a { background-color: #2F894D; }
a { background-color: rgb(47,137,77); }
div.DivClassName
{
background-color: #2F894D;
}
.BgClassName
{
background-color: #2F894D;
}
</style>
border-color css
<style>
span { border-color: #2F894D; }
span { border-color: rgb(47,137,77); }
td.TdClassName
{
border-color: #2F894D;
}
.TagClassName
{
border-color: #2F894D;
}
</style>