Shades of Sea Green #2F9359
Tints of Sea Green #2F9359
RGB
CMYK
RGB Variations
Color information
#2F9359 (or 0x2F9359) is known color: Sea Green. HEX triplet: 2F, 93 and 59. RGB value is (47,147,89). Sum of RGB (Red+Green+Blue) = 47+147+89=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9359 is #D06CA6. Grayscale: #6E6E6E. Windows color (decimal): -13659303 or 5870383. OLE color: 5870383.
HSL color Cylindrical-coordinate representation of color #2F9359: hue angle of 145.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9359 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 89 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.42 |
| HSL | 145.2º | 0.52% | 0.38% | - |
| HSV(B) | 145.2º | 0.68% | 0.58% | - |
| XYZ | 13.41 | 22.19 | 13.03 | - |
| YUV | 110.49 | 115.87 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 89 | 0.68 | 0 | 0.39 | 0.42 | 145.2 | 0.52 | 0.38 |
| Hex | 2F | 93 | 59 | 44 | 0 | 27 | 2A | 91 | 34 | 26 |
| Octal | 57 | 223 | 131 | 104 | 0 | 47 | 52 | 221 | 64 | 46 |
| Binary | 101111 | 10010011 | 1011001 | 1000100 | 0 | 100111 | 101010 | 10010001 | 110100 | 100110 |
Color Harmonies of #2F9359
Complementary color
Monochromatic Colors of #2F9359
Black with #2F9359
Text Example
Text Example
White with #2F9359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9359; }
p { color: rgb(47,147,89); }
H1.HeaderClassName
{
color: #2F9359;
}
.AnyTagClassName
{
color: #2F9359;
}
</style>
background-color css
<style>
a { background-color: #2F9359; }
a { background-color: rgb(47,147,89); }
div.DivClassName
{
background-color: #2F9359;
}
.BgClassName
{
background-color: #2F9359;
}
</style>
border-color css
<style>
span { border-color: #2F9359; }
span { border-color: rgb(47,147,89); }
td.TdClassName
{
border-color: #2F9359;
}
.TagClassName
{
border-color: #2F9359;
}
</style>