Shades of Sea Green #2F934D
Tints of Sea Green #2F934D
RGB
CMYK
RGB Variations
Color information
#2F934D (or 0x2F934D) is known color: Sea Green. HEX triplet: 2F, 93 and 4D. RGB value is (47,147,77). Sum of RGB (Red+Green+Blue) = 47+147+77=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #2F934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F934D is #D06CB2. Grayscale: #6D6D6D. Windows color (decimal): -13659315 or 5083951. OLE color: 5083951.
HSL color Cylindrical-coordinate representation of color #2F934D: hue angle of 138º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F934D is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 77 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.42 |
| HSL | 138º | 0.52% | 0.38% | - |
| HSV(B) | 138º | 0.68% | 0.58% | - |
| XYZ | 12.95 | 22.01 | 10.59 | - |
| YUV | 109.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 77 | 0.68 | 0 | 0.48 | 0.42 | 138 | 0.52 | 0.38 |
| Hex | 2F | 93 | 4D | 44 | 0 | 30 | 2A | 8A | 34 | 26 |
| Octal | 57 | 223 | 115 | 104 | 0 | 60 | 52 | 212 | 64 | 46 |
| Binary | 101111 | 10010011 | 1001101 | 1000100 | 0 | 110000 | 101010 | 10001010 | 110100 | 100110 |
Color Harmonies of #2F934D
Complementary color
Monochromatic Colors of #2F934D
Black with #2F934D
Text Example
Text Example
White with #2F934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F934D; }
p { color: rgb(47,147,77); }
H1.HeaderClassName
{
color: #2F934D;
}
.AnyTagClassName
{
color: #2F934D;
}
</style>
background-color css
<style>
a { background-color: #2F934D; }
a { background-color: rgb(47,147,77); }
div.DivClassName
{
background-color: #2F934D;
}
.BgClassName
{
background-color: #2F934D;
}
</style>
border-color css
<style>
span { border-color: #2F934D; }
span { border-color: rgb(47,147,77); }
td.TdClassName
{
border-color: #2F934D;
}
.TagClassName
{
border-color: #2F934D;
}
</style>