Shades of Sea Green #2F8C47
Tints of Sea Green #2F8C47
RGB
CMYK
RGB Variations
Color information
#2F8C47 (or 0x2F8C47) is known color: Sea Green. HEX triplet: 2F, 8C and 47. RGB value is (47,140,71). Sum of RGB (Red+Green+Blue) = 47+140+71=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #2F8C47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8C47 is #D073B8. Grayscale: #686868. Windows color (decimal): -13661113 or 4688943. OLE color: 4688943.
HSL color Cylindrical-coordinate representation of color #2F8C47: hue angle of 135.48º 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 #2F8C47 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 140 | 71 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.45 |
| HSL | 135.48º | 0.5% | 0.37% | - |
| HSV(B) | 135.48º | 0.66% | 0.55% | - |
| XYZ | 11.69 | 19.82 | 9.17 | - |
| YUV | 104.33 | 109.19 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 140 | 71 | 0.66 | 0 | 0.49 | 0.45 | 135.48 | 0.5 | 0.37 |
| Hex | 2F | 8C | 47 | 42 | 0 | 31 | 2D | 87 | 32 | 25 |
| Octal | 57 | 214 | 107 | 102 | 0 | 61 | 55 | 207 | 62 | 45 |
| Binary | 101111 | 10001100 | 1000111 | 1000010 | 0 | 110001 | 101101 | 10000111 | 110010 | 100101 |
Color Harmonies of #2F8C47
Complementary color
Monochromatic Colors of #2F8C47
Black with #2F8C47
Text Example
Text Example
White with #2F8C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8C47; }
p { color: rgb(47,140,71); }
H1.HeaderClassName
{
color: #2F8C47;
}
.AnyTagClassName
{
color: #2F8C47;
}
</style>
background-color css
<style>
a { background-color: #2F8C47; }
a { background-color: rgb(47,140,71); }
div.DivClassName
{
background-color: #2F8C47;
}
.BgClassName
{
background-color: #2F8C47;
}
</style>
border-color css
<style>
span { border-color: #2F8C47; }
span { border-color: rgb(47,140,71); }
td.TdClassName
{
border-color: #2F8C47;
}
.TagClassName
{
border-color: #2F8C47;
}
</style>