Shades of Evening Sea #2F5A4E
Tints of Evening Sea #2F5A4E
RGB
CMYK
RGB Variations
Color information
#2F5A4E (or 0x2F5A4E) is known color: Evening Sea. HEX triplet: 2F, 5A and 4E. RGB value is (47,90,78). Sum of RGB (Red+Green+Blue) = 47+90+78=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5A4E is #D0A5B1. Grayscale: #4B4B4B. Windows color (decimal): -13673906 or 5134895. OLE color: 5134895.
HSL color Cylindrical-coordinate representation of color #2F5A4E: hue angle of 163.26º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F5A4E is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 90 | 78 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.65 |
| HSL | 163.26º | 0.31% | 0.27% | - |
| HSV(B) | 163.26º | 0.48% | 0.35% | - |
| XYZ | 6.2 | 8.47 | 8.52 | - |
| YUV | 75.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 78 | 0.48 | 0 | 0.13 | 0.65 | 163.26 | 0.31 | 0.27 |
| Hex | 2F | 5A | 4E | 30 | 0 | D | 41 | A3 | 1F | 1B |
| Octal | 57 | 132 | 116 | 60 | 0 | 15 | 101 | 243 | 37 | 33 |
| Binary | 101111 | 1011010 | 1001110 | 110000 | 0 | 1101 | 1000001 | 10100011 | 11111 | 11011 |
Color Harmonies of #2F5A4E
Complementary color
Monochromatic Colors of #2F5A4E
Black with #2F5A4E
Text Example
Text Example
White with #2F5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5A4E; }
p { color: rgb(47,90,78); }
H1.HeaderClassName
{
color: #2F5A4E;
}
.AnyTagClassName
{
color: #2F5A4E;
}
</style>
background-color css
<style>
a { background-color: #2F5A4E; }
a { background-color: rgb(47,90,78); }
div.DivClassName
{
background-color: #2F5A4E;
}
.BgClassName
{
background-color: #2F5A4E;
}
</style>
border-color css
<style>
span { border-color: #2F5A4E; }
span { border-color: rgb(47,90,78); }
td.TdClassName
{
border-color: #2F5A4E;
}
.TagClassName
{
border-color: #2F5A4E;
}
</style>