Shades of Evening Sea #2F6855
Tints of Evening Sea #2F6855
RGB
CMYK
RGB Variations
Color information
#2F6855 (or 0x2F6855) is known color: Evening Sea. HEX triplet: 2F, 68 and 55. RGB value is (47,104,85). Sum of RGB (Red+Green+Blue) = 47+104+85=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6855 is #D097AA. Grayscale: #545454. Windows color (decimal): -13670315 or 5597231. OLE color: 5597231.
HSL color Cylindrical-coordinate representation of color #2F6855: hue angle of 160º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F6855 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 85 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.59 |
| HSL | 160º | 0.38% | 0.3% | - |
| HSV(B) | 160º | 0.55% | 0.41% | - |
| XYZ | 7.76 | 11.16 | 10.34 | - |
| YUV | 84.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 85 | 0.55 | 0 | 0.18 | 0.59 | 160 | 0.38 | 0.3 |
| Hex | 2F | 68 | 55 | 37 | 0 | 12 | 3B | A0 | 26 | 1E |
| Octal | 57 | 150 | 125 | 67 | 0 | 22 | 73 | 240 | 46 | 36 |
| Binary | 101111 | 1101000 | 1010101 | 110111 | 0 | 10010 | 111011 | 10100000 | 100110 | 11110 |
Color Harmonies of #2F6855
Complementary color
Monochromatic Colors of #2F6855
Black with #2F6855
Text Example
Text Example
White with #2F6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6855; }
p { color: rgb(47,104,85); }
H1.HeaderClassName
{
color: #2F6855;
}
.AnyTagClassName
{
color: #2F6855;
}
</style>
background-color css
<style>
a { background-color: #2F6855; }
a { background-color: rgb(47,104,85); }
div.DivClassName
{
background-color: #2F6855;
}
.BgClassName
{
background-color: #2F6855;
}
</style>
border-color css
<style>
span { border-color: #2F6855; }
span { border-color: rgb(47,104,85); }
td.TdClassName
{
border-color: #2F6855;
}
.TagClassName
{
border-color: #2F6855;
}
</style>