Shades of Evening Sea #2F6051
Tints of Evening Sea #2F6051
RGB
CMYK
RGB Variations
Color information
#2F6051 (or 0x2F6051) is known color: Evening Sea. HEX triplet: 2F, 60 and 51. RGB value is (47,96,81). Sum of RGB (Red+Green+Blue) = 47+96+81=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6051 is #D09FAE. Grayscale: #4F4F4F. Windows color (decimal): -13672367 or 5333039. OLE color: 5333039.
HSL color Cylindrical-coordinate representation of color #2F6051: hue angle of 161.63º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F6051 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 81 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.62 |
| HSL | 161.63º | 0.34% | 0.28% | - |
| HSV(B) | 161.63º | 0.51% | 0.38% | - |
| XYZ | 6.84 | 9.56 | 9.27 | - |
| YUV | 79.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 81 | 0.51 | 0 | 0.16 | 0.62 | 161.63 | 0.34 | 0.28 |
| Hex | 2F | 60 | 51 | 33 | 0 | 10 | 3E | A2 | 22 | 1C |
| Octal | 57 | 140 | 121 | 63 | 0 | 20 | 76 | 242 | 42 | 34 |
| Binary | 101111 | 1100000 | 1010001 | 110011 | 0 | 10000 | 111110 | 10100010 | 100010 | 11100 |
Color Harmonies of #2F6051
Complementary color
Monochromatic Colors of #2F6051
Black with #2F6051
Text Example
Text Example
White with #2F6051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6051; }
p { color: rgb(47,96,81); }
H1.HeaderClassName
{
color: #2F6051;
}
.AnyTagClassName
{
color: #2F6051;
}
</style>
background-color css
<style>
a { background-color: #2F6051; }
a { background-color: rgb(47,96,81); }
div.DivClassName
{
background-color: #2F6051;
}
.BgClassName
{
background-color: #2F6051;
}
</style>
border-color css
<style>
span { border-color: #2F6051; }
span { border-color: rgb(47,96,81); }
td.TdClassName
{
border-color: #2F6051;
}
.TagClassName
{
border-color: #2F6051;
}
</style>