Shades of Sea Green #2F9047
Tints of Sea Green #2F9047
RGB
CMYK
RGB Variations
Color information
#2F9047 (or 0x2F9047) is known color: Sea Green. HEX triplet: 2F, 90 and 47. RGB value is (47,144,71). Sum of RGB (Red+Green+Blue) = 47+144+71=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9047 is #D06FB8. Grayscale: #6A6A6A. Windows color (decimal): -13660089 or 4689967. OLE color: 4689967.
HSL color Cylindrical-coordinate representation of color #2F9047: hue angle of 134.85º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F9047 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 71 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.44 |
| HSL | 134.85º | 0.51% | 0.37% | - |
| HSV(B) | 134.85º | 0.67% | 0.56% | - |
| XYZ | 12.28 | 21.01 | 9.37 | - |
| YUV | 106.68 | 107.86 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 71 | 0.67 | 0 | 0.51 | 0.44 | 134.85 | 0.51 | 0.37 |
| Hex | 2F | 90 | 47 | 43 | 0 | 33 | 2C | 87 | 33 | 25 |
| Octal | 57 | 220 | 107 | 103 | 0 | 63 | 54 | 207 | 63 | 45 |
| Binary | 101111 | 10010000 | 1000111 | 1000011 | 0 | 110011 | 101100 | 10000111 | 110011 | 100101 |
Color Harmonies of #2F9047
Complementary color
Monochromatic Colors of #2F9047
Black with #2F9047
Text Example
Text Example
White with #2F9047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9047; }
p { color: rgb(47,144,71); }
H1.HeaderClassName
{
color: #2F9047;
}
.AnyTagClassName
{
color: #2F9047;
}
</style>
background-color css
<style>
a { background-color: #2F9047; }
a { background-color: rgb(47,144,71); }
div.DivClassName
{
background-color: #2F9047;
}
.BgClassName
{
background-color: #2F9047;
}
</style>
border-color css
<style>
span { border-color: #2F9047; }
span { border-color: rgb(47,144,71); }
td.TdClassName
{
border-color: #2F9047;
}
.TagClassName
{
border-color: #2F9047;
}
</style>