Shades of Sea Green #2F885D
Tints of Sea Green #2F885D
RGB
CMYK
RGB Variations
Color information
#2F885D (or 0x2F885D) is known color: Sea Green. HEX triplet: 2F, 88 and 5D. RGB value is (47,136,93). Sum of RGB (Red+Green+Blue) = 47+136+93=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #2F885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F885D is #D077A2. Grayscale: #686868. Windows color (decimal): -13662115 or 6129711. OLE color: 6129711.
HSL color Cylindrical-coordinate representation of color #2F885D: hue angle of 151.01º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F885D is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 93 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.47 |
| HSL | 151.01º | 0.49% | 0.36% | - |
| HSV(B) | 151.01º | 0.65% | 0.53% | - |
| XYZ | 11.95 | 19 | 13.39 | - |
| YUV | 104.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 93 | 0.65 | 0 | 0.32 | 0.47 | 151.01 | 0.49 | 0.36 |
| Hex | 2F | 88 | 5D | 41 | 0 | 20 | 2F | 97 | 31 | 24 |
| Octal | 57 | 210 | 135 | 101 | 0 | 40 | 57 | 227 | 61 | 44 |
| Binary | 101111 | 10001000 | 1011101 | 1000001 | 0 | 100000 | 101111 | 10010111 | 110001 | 100100 |
Color Harmonies of #2F885D
Complementary color
Monochromatic Colors of #2F885D
Black with #2F885D
Text Example
Text Example
White with #2F885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F885D; }
p { color: rgb(47,136,93); }
H1.HeaderClassName
{
color: #2F885D;
}
.AnyTagClassName
{
color: #2F885D;
}
</style>
background-color css
<style>
a { background-color: #2F885D; }
a { background-color: rgb(47,136,93); }
div.DivClassName
{
background-color: #2F885D;
}
.BgClassName
{
background-color: #2F885D;
}
</style>
border-color css
<style>
span { border-color: #2F885D; }
span { border-color: rgb(47,136,93); }
td.TdClassName
{
border-color: #2F885D;
}
.TagClassName
{
border-color: #2F885D;
}
</style>