Shades of Sea Green #2F8462
Tints of Sea Green #2F8462
RGB
CMYK
RGB Variations
Color information
#2F8462 (or 0x2F8462) is known color: Sea Green. HEX triplet: 2F, 84 and 62. RGB value is (47,132,98). Sum of RGB (Red+Green+Blue) = 47+132+98=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8462 is #D07B9D. Grayscale: #666666. Windows color (decimal): -13663134 or 6456367. OLE color: 6456367.
HSL color Cylindrical-coordinate representation of color #2F8462: hue angle of 156º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8462 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 132 | 98 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.48 |
| HSL | 156º | 0.47% | 0.35% | - |
| HSV(B) | 156º | 0.64% | 0.52% | - |
| XYZ | 11.63 | 17.99 | 14.41 | - |
| YUV | 102.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 132 | 98 | 0.64 | 0 | 0.26 | 0.48 | 156 | 0.47 | 0.35 |
| Hex | 2F | 84 | 62 | 40 | 0 | 1A | 30 | 9C | 2F | 23 |
| Octal | 57 | 204 | 142 | 100 | 0 | 32 | 60 | 234 | 57 | 43 |
| Binary | 101111 | 10000100 | 1100010 | 1000000 | 0 | 11010 | 110000 | 10011100 | 101111 | 100011 |
Color Harmonies of #2F8462
Complementary color
Monochromatic Colors of #2F8462
Black with #2F8462
Text Example
Text Example
White with #2F8462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8462; }
p { color: rgb(47,132,98); }
H1.HeaderClassName
{
color: #2F8462;
}
.AnyTagClassName
{
color: #2F8462;
}
</style>
background-color css
<style>
a { background-color: #2F8462; }
a { background-color: rgb(47,132,98); }
div.DivClassName
{
background-color: #2F8462;
}
.BgClassName
{
background-color: #2F8462;
}
</style>
border-color css
<style>
span { border-color: #2F8462; }
span { border-color: rgb(47,132,98); }
td.TdClassName
{
border-color: #2F8462;
}
.TagClassName
{
border-color: #2F8462;
}
</style>