Shades of Sea Green #2F875D
Tints of Sea Green #2F875D
RGB
CMYK
RGB Variations
Color information
#2F875D (or 0x2F875D) is known color: Sea Green. HEX triplet: 2F, 87 and 5D. RGB value is (47,135,93). Sum of RGB (Red+Green+Blue) = 47+135+93=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #2F875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F875D is #D078A2. Grayscale: #676767. Windows color (decimal): -13662371 or 6129455. OLE color: 6129455.
HSL color Cylindrical-coordinate representation of color #2F875D: hue angle of 151.36º degrees, saturation: 0.48, 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 #2F875D is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 93 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.47 |
| HSL | 151.36º | 0.48% | 0.36% | - |
| HSV(B) | 151.36º | 0.65% | 0.53% | - |
| XYZ | 11.81 | 18.72 | 13.35 | - |
| YUV | 103.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 93 | 0.65 | 0 | 0.31 | 0.47 | 151.36 | 0.48 | 0.36 |
| Hex | 2F | 87 | 5D | 41 | 0 | 1F | 2F | 97 | 30 | 24 |
| Octal | 57 | 207 | 135 | 101 | 0 | 37 | 57 | 227 | 60 | 44 |
| Binary | 101111 | 10000111 | 1011101 | 1000001 | 0 | 11111 | 101111 | 10010111 | 110000 | 100100 |
Color Harmonies of #2F875D
Complementary color
Monochromatic Colors of #2F875D
Black with #2F875D
Text Example
Text Example
White with #2F875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F875D; }
p { color: rgb(47,135,93); }
H1.HeaderClassName
{
color: #2F875D;
}
.AnyTagClassName
{
color: #2F875D;
}
</style>
background-color css
<style>
a { background-color: #2F875D; }
a { background-color: rgb(47,135,93); }
div.DivClassName
{
background-color: #2F875D;
}
.BgClassName
{
background-color: #2F875D;
}
</style>
border-color css
<style>
span { border-color: #2F875D; }
span { border-color: rgb(47,135,93); }
td.TdClassName
{
border-color: #2F875D;
}
.TagClassName
{
border-color: #2F875D;
}
</style>