Shades of Sea Green #2F885F
Tints of Sea Green #2F885F
RGB
CMYK
RGB Variations
Color information
#2F885F (or 0x2F885F) is known color: Sea Green. HEX triplet: 2F, 88 and 5F. RGB value is (47,136,95). Sum of RGB (Red+Green+Blue) = 47+136+95=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #2F885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F885F is #D077A0. Grayscale: #686868. Windows color (decimal): -13662113 or 6260783. OLE color: 6260783.
HSL color Cylindrical-coordinate representation of color #2F885F: hue angle of 152.36º 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 #2F885F is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 95 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.47 |
| HSL | 152.36º | 0.49% | 0.36% | - |
| HSV(B) | 152.36º | 0.65% | 0.53% | - |
| XYZ | 12.04 | 19.04 | 13.87 | - |
| YUV | 104.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 95 | 0.65 | 0 | 0.30 | 0.47 | 152.36 | 0.49 | 0.36 |
| Hex | 2F | 88 | 5F | 41 | 0 | 1E | 2F | 98 | 31 | 24 |
| Octal | 57 | 210 | 137 | 101 | 0 | 36 | 57 | 230 | 61 | 44 |
| Binary | 101111 | 10001000 | 1011111 | 1000001 | 0 | 11110 | 101111 | 10011000 | 110001 | 100100 |
Color Harmonies of #2F885F
Complementary color
Monochromatic Colors of #2F885F
Black with #2F885F
Text Example
Text Example
White with #2F885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F885F; }
p { color: rgb(47,136,95); }
H1.HeaderClassName
{
color: #2F885F;
}
.AnyTagClassName
{
color: #2F885F;
}
</style>
background-color css
<style>
a { background-color: #2F885F; }
a { background-color: rgb(47,136,95); }
div.DivClassName
{
background-color: #2F885F;
}
.BgClassName
{
background-color: #2F885F;
}
</style>
border-color css
<style>
span { border-color: #2F885F; }
span { border-color: rgb(47,136,95); }
td.TdClassName
{
border-color: #2F885F;
}
.TagClassName
{
border-color: #2F885F;
}
</style>