Shades of Evening Sea #2F584F
Tints of Evening Sea #2F584F
RGB
CMYK
RGB Variations
Color information
#2F584F (or 0x2F584F) is known color: Evening Sea. HEX triplet: 2F, 58 and 4F. RGB value is (47,88,79). Sum of RGB (Red+Green+Blue) = 47+88+79=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #2F584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F584F is #D0A7B0. Grayscale: #4A4A4A. Windows color (decimal): -13674417 or 5199919. OLE color: 5199919.
HSL color Cylindrical-coordinate representation of color #2F584F: hue angle of 166.83º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F584F is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 88 | 79 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.65 |
| HSL | 166.83º | 0.3% | 0.26% | - |
| HSV(B) | 166.83º | 0.47% | 0.35% | - |
| XYZ | 6.07 | 8.15 | 8.65 | - |
| YUV | 74.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 79 | 0.47 | 0 | 0.10 | 0.65 | 166.83 | 0.3 | 0.26 |
| Hex | 2F | 58 | 4F | 2F | 0 | A | 41 | A7 | 1E | 1A |
| Octal | 57 | 130 | 117 | 57 | 0 | 12 | 101 | 247 | 36 | 32 |
| Binary | 101111 | 1011000 | 1001111 | 101111 | 0 | 1010 | 1000001 | 10100111 | 11110 | 11010 |
Color Harmonies of #2F584F
Complementary color
Monochromatic Colors of #2F584F
Black with #2F584F
Text Example
Text Example
White with #2F584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F584F; }
p { color: rgb(47,88,79); }
H1.HeaderClassName
{
color: #2F584F;
}
.AnyTagClassName
{
color: #2F584F;
}
</style>
background-color css
<style>
a { background-color: #2F584F; }
a { background-color: rgb(47,88,79); }
div.DivClassName
{
background-color: #2F584F;
}
.BgClassName
{
background-color: #2F584F;
}
</style>
border-color css
<style>
span { border-color: #2F584F; }
span { border-color: rgb(47,88,79); }
td.TdClassName
{
border-color: #2F584F;
}
.TagClassName
{
border-color: #2F584F;
}
</style>