Shades of Sea Green #2F7F5B
Tints of Sea Green #2F7F5B
RGB
CMYK
RGB Variations
Color information
#2F7F5B (or 0x2F7F5B) is known color: Sea Green. HEX triplet: 2F, 7F and 5B. RGB value is (47,127,91). Sum of RGB (Red+Green+Blue) = 47+127+91=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #2F7F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7F5B is #D080A4. Grayscale: #636363. Windows color (decimal): -13664421 or 5996335. OLE color: 5996335.
HSL color Cylindrical-coordinate representation of color #2F7F5B: hue angle of 153º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F7F5B is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 127 | 91 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.50 |
| HSL | 153º | 0.46% | 0.34% | - |
| HSV(B) | 153º | 0.63% | 0.5% | - |
| XYZ | 10.65 | 16.54 | 12.53 | - |
| YUV | 98.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 91 | 0.63 | 0 | 0.28 | 0.50 | 153 | 0.46 | 0.34 |
| Hex | 2F | 7F | 5B | 3F | 0 | 1C | 32 | 99 | 2E | 22 |
| Octal | 57 | 177 | 133 | 77 | 0 | 34 | 62 | 231 | 56 | 42 |
| Binary | 101111 | 1111111 | 1011011 | 111111 | 0 | 11100 | 110010 | 10011001 | 101110 | 100010 |
Color Harmonies of #2F7F5B
Complementary color
Monochromatic Colors of #2F7F5B
Black with #2F7F5B
Text Example
Text Example
White with #2F7F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7F5B; }
p { color: rgb(47,127,91); }
H1.HeaderClassName
{
color: #2F7F5B;
}
.AnyTagClassName
{
color: #2F7F5B;
}
</style>
background-color css
<style>
a { background-color: #2F7F5B; }
a { background-color: rgb(47,127,91); }
div.DivClassName
{
background-color: #2F7F5B;
}
.BgClassName
{
background-color: #2F7F5B;
}
</style>
border-color css
<style>
span { border-color: #2F7F5B; }
span { border-color: rgb(47,127,91); }
td.TdClassName
{
border-color: #2F7F5B;
}
.TagClassName
{
border-color: #2F7F5B;
}
</style>