Shades of Sea Green #2F844F
Tints of Sea Green #2F844F
RGB
CMYK
RGB Variations
Color information
#2F844F (or 0x2F844F) is known color: Sea Green. HEX triplet: 2F, 84 and 4F. RGB value is (47,132,79). Sum of RGB (Red+Green+Blue) = 47+132+79=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #2F844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F844F is #D07BB0. Grayscale: #646464. Windows color (decimal): -13663153 or 5211183. OLE color: 5211183.
HSL color Cylindrical-coordinate representation of color #2F844F: hue angle of 142.59º 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 #2F844F is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 132 | 79 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.48 |
| HSL | 142.59º | 0.47% | 0.35% | - |
| HSV(B) | 142.59º | 0.64% | 0.52% | - |
| XYZ | 10.83 | 17.67 | 10.24 | - |
| YUV | 100.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 132 | 79 | 0.64 | 0 | 0.40 | 0.48 | 142.59 | 0.47 | 0.35 |
| Hex | 2F | 84 | 4F | 40 | 0 | 28 | 30 | 8F | 2F | 23 |
| Octal | 57 | 204 | 117 | 100 | 0 | 50 | 60 | 217 | 57 | 43 |
| Binary | 101111 | 10000100 | 1001111 | 1000000 | 0 | 101000 | 110000 | 10001111 | 101111 | 100011 |
Color Harmonies of #2F844F
Complementary color
Monochromatic Colors of #2F844F
Black with #2F844F
Text Example
Text Example
White with #2F844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F844F; }
p { color: rgb(47,132,79); }
H1.HeaderClassName
{
color: #2F844F;
}
.AnyTagClassName
{
color: #2F844F;
}
</style>
background-color css
<style>
a { background-color: #2F844F; }
a { background-color: rgb(47,132,79); }
div.DivClassName
{
background-color: #2F844F;
}
.BgClassName
{
background-color: #2F844F;
}
</style>
border-color css
<style>
span { border-color: #2F844F; }
span { border-color: rgb(47,132,79); }
td.TdClassName
{
border-color: #2F844F;
}
.TagClassName
{
border-color: #2F844F;
}
</style>