Shades of Sea Green #2F974C
Tints of Sea Green #2F974C
RGB
CMYK
RGB Variations
Color information
#2F974C (or 0x2F974C) is known color: Sea Green. HEX triplet: 2F, 97 and 4C. RGB value is (47,151,76). Sum of RGB (Red+Green+Blue) = 47+151+76=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 151 (59.38% from 255 or 55.11% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 151 - color contains mainly: green. Hex color #2F974C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F974C is #D068B3. Grayscale: #6F6F6F. Windows color (decimal): -13658292 or 5019439. OLE color: 5019439.
HSL color Cylindrical-coordinate representation of color #2F974C: hue angle of 136.73º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F974C is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 151 | 76 | - |
| CMYK | 0.69 | 0 | 0.50 | 0.41 |
| HSL | 136.73º | 0.53% | 0.39% | - |
| HSV(B) | 136.73º | 0.69% | 0.59% | - |
| XYZ | 13.54 | 23.26 | 10.61 | - |
| YUV | 111.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 151 | 76 | 0.69 | 0 | 0.50 | 0.41 | 136.73 | 0.53 | 0.39 |
| Hex | 2F | 97 | 4C | 45 | 0 | 32 | 29 | 89 | 35 | 27 |
| Octal | 57 | 227 | 114 | 105 | 0 | 62 | 51 | 211 | 65 | 47 |
| Binary | 101111 | 10010111 | 1001100 | 1000101 | 0 | 110010 | 101001 | 10001001 | 110101 | 100111 |
Color Harmonies of #2F974C
Complementary color
Monochromatic Colors of #2F974C
Black with #2F974C
Text Example
Text Example
White with #2F974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F974C; }
p { color: rgb(47,151,76); }
H1.HeaderClassName
{
color: #2F974C;
}
.AnyTagClassName
{
color: #2F974C;
}
</style>
background-color css
<style>
a { background-color: #2F974C; }
a { background-color: rgb(47,151,76); }
div.DivClassName
{
background-color: #2F974C;
}
.BgClassName
{
background-color: #2F974C;
}
</style>
border-color css
<style>
span { border-color: #2F974C; }
span { border-color: rgb(47,151,76); }
td.TdClassName
{
border-color: #2F974C;
}
.TagClassName
{
border-color: #2F974C;
}
</style>