Shades of Sea Green #2F8F53
Tints of Sea Green #2F8F53
RGB
CMYK
RGB Variations
Color information
#2F8F53 (or 0x2F8F53) is known color: Sea Green. HEX triplet: 2F, 8F and 53. RGB value is (47,143,83). Sum of RGB (Red+Green+Blue) = 47+143+83=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8F53 is #D070AC. Grayscale: #6B6B6B. Windows color (decimal): -13660333 or 5476143. OLE color: 5476143.
HSL color Cylindrical-coordinate representation of color #2F8F53: hue angle of 142.5º 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 #2F8F53 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 143 | 83 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.44 |
| HSL | 142.5º | 0.51% | 0.37% | - |
| HSV(B) | 142.5º | 0.67% | 0.56% | - |
| XYZ | 12.56 | 20.87 | 11.55 | - |
| YUV | 107.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 143 | 83 | 0.67 | 0 | 0.42 | 0.44 | 142.5 | 0.51 | 0.37 |
| Hex | 2F | 8F | 53 | 43 | 0 | 2A | 2C | 8E | 33 | 25 |
| Octal | 57 | 217 | 123 | 103 | 0 | 52 | 54 | 216 | 63 | 45 |
| Binary | 101111 | 10001111 | 1010011 | 1000011 | 0 | 101010 | 101100 | 10001110 | 110011 | 100101 |
Color Harmonies of #2F8F53
Complementary color
Monochromatic Colors of #2F8F53
Black with #2F8F53
Text Example
Text Example
White with #2F8F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8F53; }
p { color: rgb(47,143,83); }
H1.HeaderClassName
{
color: #2F8F53;
}
.AnyTagClassName
{
color: #2F8F53;
}
</style>
background-color css
<style>
a { background-color: #2F8F53; }
a { background-color: rgb(47,143,83); }
div.DivClassName
{
background-color: #2F8F53;
}
.BgClassName
{
background-color: #2F8F53;
}
</style>
border-color css
<style>
span { border-color: #2F8F53; }
span { border-color: rgb(47,143,83); }
td.TdClassName
{
border-color: #2F8F53;
}
.TagClassName
{
border-color: #2F8F53;
}
</style>