Shades of Sea Green #2F944E
Tints of Sea Green #2F944E
RGB
CMYK
RGB Variations
Color information
#2F944E (or 0x2F944E) is known color: Sea Green. HEX triplet: 2F, 94 and 4E. RGB value is (47,148,78). Sum of RGB (Red+Green+Blue) = 47+148+78=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #2F944E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F944E is #D06BB1. Grayscale: #6D6D6D. Windows color (decimal): -13659058 or 5149743. OLE color: 5149743.
HSL color Cylindrical-coordinate representation of color #2F944E: hue angle of 138.42º 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 #2F944E is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 148 | 78 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.42 |
| HSL | 138.42º | 0.52% | 0.38% | - |
| HSV(B) | 138.42º | 0.68% | 0.58% | - |
| XYZ | 13.14 | 22.33 | 10.83 | - |
| YUV | 109.82 | 110.04 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 148 | 78 | 0.68 | 0 | 0.47 | 0.42 | 138.42 | 0.52 | 0.38 |
| Hex | 2F | 94 | 4E | 44 | 0 | 2F | 2A | 8A | 34 | 26 |
| Octal | 57 | 224 | 116 | 104 | 0 | 57 | 52 | 212 | 64 | 46 |
| Binary | 101111 | 10010100 | 1001110 | 1000100 | 0 | 101111 | 101010 | 10001010 | 110100 | 100110 |
Color Harmonies of #2F944E
Complementary color
Monochromatic Colors of #2F944E
Black with #2F944E
Text Example
Text Example
White with #2F944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F944E; }
p { color: rgb(47,148,78); }
H1.HeaderClassName
{
color: #2F944E;
}
.AnyTagClassName
{
color: #2F944E;
}
</style>
background-color css
<style>
a { background-color: #2F944E; }
a { background-color: rgb(47,148,78); }
div.DivClassName
{
background-color: #2F944E;
}
.BgClassName
{
background-color: #2F944E;
}
</style>
border-color css
<style>
span { border-color: #2F944E; }
span { border-color: rgb(47,148,78); }
td.TdClassName
{
border-color: #2F944E;
}
.TagClassName
{
border-color: #2F944E;
}
</style>