Shades of Sea Green #2F9355
Tints of Sea Green #2F9355
RGB
CMYK
RGB Variations
Color information
#2F9355 (or 0x2F9355) is known color: Sea Green. HEX triplet: 2F, 93 and 55. RGB value is (47,147,85). Sum of RGB (Red+Green+Blue) = 47+147+85=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9355 is #D06CAA. Grayscale: #6E6E6E. Windows color (decimal): -13659307 or 5608239. OLE color: 5608239.
HSL color Cylindrical-coordinate representation of color #2F9355: hue angle of 142.8º 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 #2F9355 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 85 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.42 |
| HSL | 142.8º | 0.52% | 0.38% | - |
| HSV(B) | 142.8º | 0.68% | 0.58% | - |
| XYZ | 13.25 | 22.13 | 12.17 | - |
| YUV | 110.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 85 | 0.68 | 0 | 0.42 | 0.42 | 142.8 | 0.52 | 0.38 |
| Hex | 2F | 93 | 55 | 44 | 0 | 2A | 2A | 8F | 34 | 26 |
| Octal | 57 | 223 | 125 | 104 | 0 | 52 | 52 | 217 | 64 | 46 |
| Binary | 101111 | 10010011 | 1010101 | 1000100 | 0 | 101010 | 101010 | 10001111 | 110100 | 100110 |
Color Harmonies of #2F9355
Complementary color
Monochromatic Colors of #2F9355
Black with #2F9355
Text Example
Text Example
White with #2F9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9355; }
p { color: rgb(47,147,85); }
H1.HeaderClassName
{
color: #2F9355;
}
.AnyTagClassName
{
color: #2F9355;
}
</style>
background-color css
<style>
a { background-color: #2F9355; }
a { background-color: rgb(47,147,85); }
div.DivClassName
{
background-color: #2F9355;
}
.BgClassName
{
background-color: #2F9355;
}
</style>
border-color css
<style>
span { border-color: #2F9355; }
span { border-color: rgb(47,147,85); }
td.TdClassName
{
border-color: #2F9355;
}
.TagClassName
{
border-color: #2F9355;
}
</style>