Shades of Sea Green #2F885E
Tints of Sea Green #2F885E
RGB
CMYK
RGB Variations
Color information
#2F885E (or 0x2F885E) is known color: Sea Green. HEX triplet: 2F, 88 and 5E. RGB value is (47,136,94). Sum of RGB (Red+Green+Blue) = 47+136+94=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #2F885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F885E is #D077A1. Grayscale: #686868. Windows color (decimal): -13662114 or 6195247. OLE color: 6195247.
HSL color Cylindrical-coordinate representation of color #2F885E: hue angle of 151.69º 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 #2F885E is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 94 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.47 |
| HSL | 151.69º | 0.49% | 0.36% | - |
| HSV(B) | 151.69º | 0.65% | 0.53% | - |
| XYZ | 12 | 19.02 | 13.63 | - |
| YUV | 104.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 94 | 0.65 | 0 | 0.31 | 0.47 | 151.69 | 0.49 | 0.36 |
| Hex | 2F | 88 | 5E | 41 | 0 | 1F | 2F | 98 | 31 | 24 |
| Octal | 57 | 210 | 136 | 101 | 0 | 37 | 57 | 230 | 61 | 44 |
| Binary | 101111 | 10001000 | 1011110 | 1000001 | 0 | 11111 | 101111 | 10011000 | 110001 | 100100 |
Color Harmonies of #2F885E
Complementary color
Monochromatic Colors of #2F885E
Black with #2F885E
Text Example
Text Example
White with #2F885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F885E; }
p { color: rgb(47,136,94); }
H1.HeaderClassName
{
color: #2F885E;
}
.AnyTagClassName
{
color: #2F885E;
}
</style>
background-color css
<style>
a { background-color: #2F885E; }
a { background-color: rgb(47,136,94); }
div.DivClassName
{
background-color: #2F885E;
}
.BgClassName
{
background-color: #2F885E;
}
</style>
border-color css
<style>
span { border-color: #2F885E; }
span { border-color: rgb(47,136,94); }
td.TdClassName
{
border-color: #2F885E;
}
.TagClassName
{
border-color: #2F885E;
}
</style>