Shades of Sea Green #2F8F4F
Tints of Sea Green #2F8F4F
RGB
CMYK
RGB Variations
Color information
#2F8F4F (or 0x2F8F4F) is known color: Sea Green. HEX triplet: 2F, 8F and 4F. RGB value is (47,143,79). Sum of RGB (Red+Green+Blue) = 47+143+79=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8F4F is #D070B0. Grayscale: #6B6B6B. Windows color (decimal): -13660337 or 5213999. OLE color: 5213999.
HSL color Cylindrical-coordinate representation of color #2F8F4F: hue angle of 140º 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 #2F8F4F is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 143 | 79 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.44 |
| HSL | 140º | 0.51% | 0.37% | - |
| HSV(B) | 140º | 0.67% | 0.56% | - |
| XYZ | 12.41 | 20.81 | 10.76 | - |
| YUV | 107 | 112.2 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 143 | 79 | 0.67 | 0 | 0.45 | 0.44 | 140 | 0.51 | 0.37 |
| Hex | 2F | 8F | 4F | 43 | 0 | 2D | 2C | 8C | 33 | 25 |
| Octal | 57 | 217 | 117 | 103 | 0 | 55 | 54 | 214 | 63 | 45 |
| Binary | 101111 | 10001111 | 1001111 | 1000011 | 0 | 101101 | 101100 | 10001100 | 110011 | 100101 |
Color Harmonies of #2F8F4F
Complementary color
Monochromatic Colors of #2F8F4F
Black with #2F8F4F
Text Example
Text Example
White with #2F8F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8F4F; }
p { color: rgb(47,143,79); }
H1.HeaderClassName
{
color: #2F8F4F;
}
.AnyTagClassName
{
color: #2F8F4F;
}
</style>
background-color css
<style>
a { background-color: #2F8F4F; }
a { background-color: rgb(47,143,79); }
div.DivClassName
{
background-color: #2F8F4F;
}
.BgClassName
{
background-color: #2F8F4F;
}
</style>
border-color css
<style>
span { border-color: #2F8F4F; }
span { border-color: rgb(47,143,79); }
td.TdClassName
{
border-color: #2F8F4F;
}
.TagClassName
{
border-color: #2F8F4F;
}
</style>