Shades of Sea Green #2F875B
Tints of Sea Green #2F875B
RGB
CMYK
RGB Variations
Color information
#2F875B (or 0x2F875B) is known color: Sea Green. HEX triplet: 2F, 87 and 5B. RGB value is (47,135,91). Sum of RGB (Red+Green+Blue) = 47+135+91=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #2F875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F875B is #D078A4. Grayscale: #676767. Windows color (decimal): -13662373 or 5998383. OLE color: 5998383.
HSL color Cylindrical-coordinate representation of color #2F875B: hue angle of 150º 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 #2F875B is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 91 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.47 |
| HSL | 150º | 0.48% | 0.36% | - |
| HSV(B) | 150º | 0.65% | 0.53% | - |
| XYZ | 11.72 | 18.69 | 12.89 | - |
| YUV | 103.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 91 | 0.65 | 0 | 0.33 | 0.47 | 150 | 0.48 | 0.36 |
| Hex | 2F | 87 | 5B | 41 | 0 | 21 | 2F | 96 | 30 | 24 |
| Octal | 57 | 207 | 133 | 101 | 0 | 41 | 57 | 226 | 60 | 44 |
| Binary | 101111 | 10000111 | 1011011 | 1000001 | 0 | 100001 | 101111 | 10010110 | 110000 | 100100 |
Color Harmonies of #2F875B
Complementary color
Monochromatic Colors of #2F875B
Black with #2F875B
Text Example
Text Example
White with #2F875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F875B; }
p { color: rgb(47,135,91); }
H1.HeaderClassName
{
color: #2F875B;
}
.AnyTagClassName
{
color: #2F875B;
}
</style>
background-color css
<style>
a { background-color: #2F875B; }
a { background-color: rgb(47,135,91); }
div.DivClassName
{
background-color: #2F875B;
}
.BgClassName
{
background-color: #2F875B;
}
</style>
border-color css
<style>
span { border-color: #2F875B; }
span { border-color: rgb(47,135,91); }
td.TdClassName
{
border-color: #2F875B;
}
.TagClassName
{
border-color: #2F875B;
}
</style>