Shades of Sea Green #2F8358
Tints of Sea Green #2F8358
RGB
CMYK
RGB Variations
Color information
#2F8358 (or 0x2F8358) is known color: Sea Green. HEX triplet: 2F, 83 and 58. RGB value is (47,131,88). Sum of RGB (Red+Green+Blue) = 47+131+88=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #2F8358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8358 is #D07CA7. Grayscale: #656565. Windows color (decimal): -13663400 or 5800751. OLE color: 5800751.
HSL color Cylindrical-coordinate representation of color #2F8358: hue angle of 149.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8358 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 131 | 88 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.49 |
| HSL | 149.29º | 0.47% | 0.35% | - |
| HSV(B) | 149.29º | 0.64% | 0.51% | - |
| XYZ | 11.05 | 17.54 | 12.04 | - |
| YUV | 100.98 | 120.67 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 131 | 88 | 0.64 | 0 | 0.33 | 0.49 | 149.29 | 0.47 | 0.35 |
| Hex | 2F | 83 | 58 | 40 | 0 | 21 | 31 | 95 | 2F | 23 |
| Octal | 57 | 203 | 130 | 100 | 0 | 41 | 61 | 225 | 57 | 43 |
| Binary | 101111 | 10000011 | 1011000 | 1000000 | 0 | 100001 | 110001 | 10010101 | 101111 | 100011 |
Color Harmonies of #2F8358
Complementary color
Monochromatic Colors of #2F8358
Black with #2F8358
Text Example
Text Example
White with #2F8358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8358; }
p { color: rgb(47,131,88); }
H1.HeaderClassName
{
color: #2F8358;
}
.AnyTagClassName
{
color: #2F8358;
}
</style>
background-color css
<style>
a { background-color: #2F8358; }
a { background-color: rgb(47,131,88); }
div.DivClassName
{
background-color: #2F8358;
}
.BgClassName
{
background-color: #2F8358;
}
</style>
border-color css
<style>
span { border-color: #2F8358; }
span { border-color: rgb(47,131,88); }
td.TdClassName
{
border-color: #2F8358;
}
.TagClassName
{
border-color: #2F8358;
}
</style>