Shades of Sea Green #2F9049
Tints of Sea Green #2F9049
RGB
CMYK
RGB Variations
Color information
#2F9049 (or 0x2F9049) is known color: Sea Green. HEX triplet: 2F, 90 and 49. RGB value is (47,144,73). Sum of RGB (Red+Green+Blue) = 47+144+73=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9049 is #D06FB6. Grayscale: #6B6B6B. Windows color (decimal): -13660087 or 4821039. OLE color: 4821039.
HSL color Cylindrical-coordinate representation of color #2F9049: hue angle of 136.08º 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 #2F9049 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 73 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.44 |
| HSL | 136.08º | 0.51% | 0.37% | - |
| HSV(B) | 136.08º | 0.67% | 0.56% | - |
| XYZ | 12.35 | 21.03 | 9.71 | - |
| YUV | 106.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 73 | 0.67 | 0 | 0.49 | 0.44 | 136.08 | 0.51 | 0.37 |
| Hex | 2F | 90 | 49 | 43 | 0 | 31 | 2C | 88 | 33 | 25 |
| Octal | 57 | 220 | 111 | 103 | 0 | 61 | 54 | 210 | 63 | 45 |
| Binary | 101111 | 10010000 | 1001001 | 1000011 | 0 | 110001 | 101100 | 10001000 | 110011 | 100101 |
Color Harmonies of #2F9049
Complementary color
Monochromatic Colors of #2F9049
Black with #2F9049
Text Example
Text Example
White with #2F9049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9049; }
p { color: rgb(47,144,73); }
H1.HeaderClassName
{
color: #2F9049;
}
.AnyTagClassName
{
color: #2F9049;
}
</style>
background-color css
<style>
a { background-color: #2F9049; }
a { background-color: rgb(47,144,73); }
div.DivClassName
{
background-color: #2F9049;
}
.BgClassName
{
background-color: #2F9049;
}
</style>
border-color css
<style>
span { border-color: #2F9049; }
span { border-color: rgb(47,144,73); }
td.TdClassName
{
border-color: #2F9049;
}
.TagClassName
{
border-color: #2F9049;
}
</style>