Shades of Sea Green #2F8F5E
Tints of Sea Green #2F8F5E
RGB
CMYK
RGB Variations
Color information
#2F8F5E (or 0x2F8F5E) is known color: Sea Green. HEX triplet: 2F, 8F and 5E. RGB value is (47,143,94). Sum of RGB (Red+Green+Blue) = 47+143+94=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8F5E is #D070A1. Grayscale: #6C6C6C. Windows color (decimal): -13660322 or 6197039. OLE color: 6197039.
HSL color Cylindrical-coordinate representation of color #2F8F5E: hue angle of 149.38º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8F5E is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 143 | 94 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.44 |
| HSL | 149.38º | 0.51% | 0.37% | - |
| HSV(B) | 149.38º | 0.67% | 0.56% | - |
| XYZ | 13.02 | 21.06 | 13.97 | - |
| YUV | 108.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 143 | 94 | 0.67 | 0 | 0.34 | 0.44 | 149.38 | 0.51 | 0.37 |
| Hex | 2F | 8F | 5E | 43 | 0 | 22 | 2C | 95 | 33 | 25 |
| Octal | 57 | 217 | 136 | 103 | 0 | 42 | 54 | 225 | 63 | 45 |
| Binary | 101111 | 10001111 | 1011110 | 1000011 | 0 | 100010 | 101100 | 10010101 | 110011 | 100101 |
Color Harmonies of #2F8F5E
Complementary color
Monochromatic Colors of #2F8F5E
Black with #2F8F5E
Text Example
Text Example
White with #2F8F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8F5E; }
p { color: rgb(47,143,94); }
H1.HeaderClassName
{
color: #2F8F5E;
}
.AnyTagClassName
{
color: #2F8F5E;
}
</style>
background-color css
<style>
a { background-color: #2F8F5E; }
a { background-color: rgb(47,143,94); }
div.DivClassName
{
background-color: #2F8F5E;
}
.BgClassName
{
background-color: #2F8F5E;
}
</style>
border-color css
<style>
span { border-color: #2F8F5E; }
span { border-color: rgb(47,143,94); }
td.TdClassName
{
border-color: #2F8F5E;
}
.TagClassName
{
border-color: #2F8F5E;
}
</style>