Shades of Sea Green #2F844D
Tints of Sea Green #2F844D
RGB
CMYK
RGB Variations
Color information
#2F844D (or 0x2F844D) is known color: Sea Green. HEX triplet: 2F, 84 and 4D. RGB value is (47,132,77). Sum of RGB (Red+Green+Blue) = 47+132+77=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #2F844D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F844D is #D07BB2. Grayscale: #646464. Windows color (decimal): -13663155 or 5080111. OLE color: 5080111.
HSL color Cylindrical-coordinate representation of color #2F844D: hue angle of 141.18º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F844D is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 132 | 77 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.48 |
| HSL | 141.18º | 0.47% | 0.35% | - |
| HSV(B) | 141.18º | 0.64% | 0.52% | - |
| XYZ | 10.76 | 17.64 | 9.86 | - |
| YUV | 100.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 132 | 77 | 0.64 | 0 | 0.42 | 0.48 | 141.18 | 0.47 | 0.35 |
| Hex | 2F | 84 | 4D | 40 | 0 | 2A | 30 | 8D | 2F | 23 |
| Octal | 57 | 204 | 115 | 100 | 0 | 52 | 60 | 215 | 57 | 43 |
| Binary | 101111 | 10000100 | 1001101 | 1000000 | 0 | 101010 | 110000 | 10001101 | 101111 | 100011 |
Color Harmonies of #2F844D
Complementary color
Monochromatic Colors of #2F844D
Black with #2F844D
Text Example
Text Example
White with #2F844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F844D; }
p { color: rgb(47,132,77); }
H1.HeaderClassName
{
color: #2F844D;
}
.AnyTagClassName
{
color: #2F844D;
}
</style>
background-color css
<style>
a { background-color: #2F844D; }
a { background-color: rgb(47,132,77); }
div.DivClassName
{
background-color: #2F844D;
}
.BgClassName
{
background-color: #2F844D;
}
</style>
border-color css
<style>
span { border-color: #2F844D; }
span { border-color: rgb(47,132,77); }
td.TdClassName
{
border-color: #2F844D;
}
.TagClassName
{
border-color: #2F844D;
}
</style>