Shades of Sea Green #2F834D
Tints of Sea Green #2F834D
RGB
CMYK
RGB Variations
Color information
#2F834D (or 0x2F834D) is known color: Sea Green. HEX triplet: 2F, 83 and 4D. RGB value is (47,131,77). Sum of RGB (Red+Green+Blue) = 47+131+77=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #2F834D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F834D is #D07CB2. Grayscale: #636363. Windows color (decimal): -13663411 or 5079855. OLE color: 5079855.
HSL color Cylindrical-coordinate representation of color #2F834D: hue angle of 141.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F834D is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 131 | 77 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.49 |
| HSL | 141.43º | 0.47% | 0.35% | - |
| HSV(B) | 141.43º | 0.64% | 0.51% | - |
| XYZ | 10.63 | 17.37 | 9.81 | - |
| YUV | 99.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 131 | 77 | 0.64 | 0 | 0.41 | 0.49 | 141.43 | 0.47 | 0.35 |
| Hex | 2F | 83 | 4D | 40 | 0 | 29 | 31 | 8D | 2F | 23 |
| Octal | 57 | 203 | 115 | 100 | 0 | 51 | 61 | 215 | 57 | 43 |
| Binary | 101111 | 10000011 | 1001101 | 1000000 | 0 | 101001 | 110001 | 10001101 | 101111 | 100011 |
Color Harmonies of #2F834D
Complementary color
Monochromatic Colors of #2F834D
Black with #2F834D
Text Example
Text Example
White with #2F834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F834D; }
p { color: rgb(47,131,77); }
H1.HeaderClassName
{
color: #2F834D;
}
.AnyTagClassName
{
color: #2F834D;
}
</style>
background-color css
<style>
a { background-color: #2F834D; }
a { background-color: rgb(47,131,77); }
div.DivClassName
{
background-color: #2F834D;
}
.BgClassName
{
background-color: #2F834D;
}
</style>
border-color css
<style>
span { border-color: #2F834D; }
span { border-color: rgb(47,131,77); }
td.TdClassName
{
border-color: #2F834D;
}
.TagClassName
{
border-color: #2F834D;
}
</style>