Shades of Evening Sea #2F6854
Tints of Evening Sea #2F6854
RGB
CMYK
RGB Variations
Color information
#2F6854 (or 0x2F6854) is known color: Evening Sea. HEX triplet: 2F, 68 and 54. RGB value is (47,104,84). Sum of RGB (Red+Green+Blue) = 47+104+84=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6854 is #D097AB. Grayscale: #545454. Windows color (decimal): -13670316 or 5531695. OLE color: 5531695.
HSL color Cylindrical-coordinate representation of color #2F6854: hue angle of 158.95º 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 #2F6854 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 84 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.59 |
| HSL | 158.95º | 0.38% | 0.3% | - |
| HSV(B) | 158.95º | 0.55% | 0.41% | - |
| XYZ | 7.72 | 11.15 | 10.13 | - |
| YUV | 84.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 84 | 0.55 | 0 | 0.19 | 0.59 | 158.95 | 0.38 | 0.3 |
| Hex | 2F | 68 | 54 | 37 | 0 | 13 | 3B | 9F | 26 | 1E |
| Octal | 57 | 150 | 124 | 67 | 0 | 23 | 73 | 237 | 46 | 36 |
| Binary | 101111 | 1101000 | 1010100 | 110111 | 0 | 10011 | 111011 | 10011111 | 100110 | 11110 |
Color Harmonies of #2F6854
Complementary color
Monochromatic Colors of #2F6854
Black with #2F6854
Text Example
Text Example
White with #2F6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6854; }
p { color: rgb(47,104,84); }
H1.HeaderClassName
{
color: #2F6854;
}
.AnyTagClassName
{
color: #2F6854;
}
</style>
background-color css
<style>
a { background-color: #2F6854; }
a { background-color: rgb(47,104,84); }
div.DivClassName
{
background-color: #2F6854;
}
.BgClassName
{
background-color: #2F6854;
}
</style>
border-color css
<style>
span { border-color: #2F6854; }
span { border-color: rgb(47,104,84); }
td.TdClassName
{
border-color: #2F6854;
}
.TagClassName
{
border-color: #2F6854;
}
</style>