Shades of Sea Green #2F9555
Tints of Sea Green #2F9555
RGB
CMYK
RGB Variations
Color information
#2F9555 (or 0x2F9555) is known color: Sea Green. HEX triplet: 2F, 95 and 55. RGB value is (47,149,85). Sum of RGB (Red+Green+Blue) = 47+149+85=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9555 is #D06AAA. Grayscale: #6F6F6F. Windows color (decimal): -13658795 or 5608751. OLE color: 5608751.
HSL color Cylindrical-coordinate representation of color #2F9555: hue angle of 142.35º 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 #2F9555 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 85 | - |
| CMYK | 0.68 | 0 | 0.43 | 0.42 |
| HSL | 142.35º | 0.52% | 0.38% | - |
| HSV(B) | 142.35º | 0.68% | 0.58% | - |
| XYZ | 13.56 | 22.76 | 12.27 | - |
| YUV | 111.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 85 | 0.68 | 0 | 0.43 | 0.42 | 142.35 | 0.52 | 0.38 |
| Hex | 2F | 95 | 55 | 44 | 0 | 2B | 2A | 8E | 34 | 26 |
| Octal | 57 | 225 | 125 | 104 | 0 | 53 | 52 | 216 | 64 | 46 |
| Binary | 101111 | 10010101 | 1010101 | 1000100 | 0 | 101011 | 101010 | 10001110 | 110100 | 100110 |
Color Harmonies of #2F9555
Complementary color
Monochromatic Colors of #2F9555
Black with #2F9555
Text Example
Text Example
White with #2F9555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9555; }
p { color: rgb(47,149,85); }
H1.HeaderClassName
{
color: #2F9555;
}
.AnyTagClassName
{
color: #2F9555;
}
</style>
background-color css
<style>
a { background-color: #2F9555; }
a { background-color: rgb(47,149,85); }
div.DivClassName
{
background-color: #2F9555;
}
.BgClassName
{
background-color: #2F9555;
}
</style>
border-color css
<style>
span { border-color: #2F9555; }
span { border-color: rgb(47,149,85); }
td.TdClassName
{
border-color: #2F9555;
}
.TagClassName
{
border-color: #2F9555;
}
</style>