Shades of Evening Sea #2F6251
Tints of Evening Sea #2F6251
RGB
CMYK
RGB Variations
Color information
#2F6251 (or 0x2F6251) is known color: Evening Sea. HEX triplet: 2F, 62 and 51. RGB value is (47,98,81). Sum of RGB (Red+Green+Blue) = 47+98+81=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6251 is #D09DAE. Grayscale: #505050. Windows color (decimal): -13671855 or 5333551. OLE color: 5333551.
HSL color Cylindrical-coordinate representation of color #2F6251: hue angle of 160º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F6251 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 81 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.62 |
| HSL | 160º | 0.35% | 0.28% | - |
| HSV(B) | 160º | 0.52% | 0.38% | - |
| XYZ | 7.03 | 9.93 | 9.33 | - |
| YUV | 80.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 81 | 0.52 | 0 | 0.17 | 0.62 | 160 | 0.35 | 0.28 |
| Hex | 2F | 62 | 51 | 34 | 0 | 11 | 3E | A0 | 23 | 1C |
| Octal | 57 | 142 | 121 | 64 | 0 | 21 | 76 | 240 | 43 | 34 |
| Binary | 101111 | 1100010 | 1010001 | 110100 | 0 | 10001 | 111110 | 10100000 | 100011 | 11100 |
Color Harmonies of #2F6251
Complementary color
Monochromatic Colors of #2F6251
Black with #2F6251
Text Example
Text Example
White with #2F6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6251; }
p { color: rgb(47,98,81); }
H1.HeaderClassName
{
color: #2F6251;
}
.AnyTagClassName
{
color: #2F6251;
}
</style>
background-color css
<style>
a { background-color: #2F6251; }
a { background-color: rgb(47,98,81); }
div.DivClassName
{
background-color: #2F6251;
}
.BgClassName
{
background-color: #2F6251;
}
</style>
border-color css
<style>
span { border-color: #2F6251; }
span { border-color: rgb(47,98,81); }
td.TdClassName
{
border-color: #2F6251;
}
.TagClassName
{
border-color: #2F6251;
}
</style>