Shades of Sea Green #2F875C
Tints of Sea Green #2F875C
RGB
CMYK
RGB Variations
Color information
#2F875C (or 0x2F875C) is known color: Sea Green. HEX triplet: 2F, 87 and 5C. RGB value is (47,135,92). Sum of RGB (Red+Green+Blue) = 47+135+92=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #2F875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F875C is #D078A3. Grayscale: #676767. Windows color (decimal): -13662372 or 6063919. OLE color: 6063919.
HSL color Cylindrical-coordinate representation of color #2F875C: hue angle of 150.68º 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 #2F875C is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 92 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.47 |
| HSL | 150.68º | 0.48% | 0.36% | - |
| HSV(B) | 150.68º | 0.65% | 0.53% | - |
| XYZ | 11.77 | 18.7 | 13.12 | - |
| YUV | 103.79 | 121.35 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 92 | 0.65 | 0 | 0.32 | 0.47 | 150.68 | 0.48 | 0.36 |
| Hex | 2F | 87 | 5C | 41 | 0 | 20 | 2F | 97 | 30 | 24 |
| Octal | 57 | 207 | 134 | 101 | 0 | 40 | 57 | 227 | 60 | 44 |
| Binary | 101111 | 10000111 | 1011100 | 1000001 | 0 | 100000 | 101111 | 10010111 | 110000 | 100100 |
Color Harmonies of #2F875C
Complementary color
Monochromatic Colors of #2F875C
Black with #2F875C
Text Example
Text Example
White with #2F875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F875C; }
p { color: rgb(47,135,92); }
H1.HeaderClassName
{
color: #2F875C;
}
.AnyTagClassName
{
color: #2F875C;
}
</style>
background-color css
<style>
a { background-color: #2F875C; }
a { background-color: rgb(47,135,92); }
div.DivClassName
{
background-color: #2F875C;
}
.BgClassName
{
background-color: #2F875C;
}
</style>
border-color css
<style>
span { border-color: #2F875C; }
span { border-color: rgb(47,135,92); }
td.TdClassName
{
border-color: #2F875C;
}
.TagClassName
{
border-color: #2F875C;
}
</style>