Shades of Evening Sea #2F5D4F
Tints of Evening Sea #2F5D4F
RGB
CMYK
RGB Variations
Color information
#2F5D4F (or 0x2F5D4F) is known color: Evening Sea. HEX triplet: 2F, 5D and 4F. RGB value is (47,93,79). Sum of RGB (Red+Green+Blue) = 47+93+79=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5D4F is #D0A2B0. Grayscale: #4D4D4D. Windows color (decimal): -13673137 or 5201199. OLE color: 5201199.
HSL color Cylindrical-coordinate representation of color #2F5D4F: hue angle of 161.74º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F5D4F is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 93 | 79 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.64 |
| HSL | 161.74º | 0.33% | 0.27% | - |
| HSV(B) | 161.74º | 0.49% | 0.36% | - |
| XYZ | 6.5 | 9 | 8.79 | - |
| YUV | 77.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 79 | 0.49 | 0 | 0.15 | 0.64 | 161.74 | 0.33 | 0.27 |
| Hex | 2F | 5D | 4F | 31 | 0 | F | 40 | A2 | 21 | 1B |
| Octal | 57 | 135 | 117 | 61 | 0 | 17 | 100 | 242 | 41 | 33 |
| Binary | 101111 | 1011101 | 1001111 | 110001 | 0 | 1111 | 1000000 | 10100010 | 100001 | 11011 |
Color Harmonies of #2F5D4F
Complementary color
Monochromatic Colors of #2F5D4F
Black with #2F5D4F
Text Example
Text Example
White with #2F5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5D4F; }
p { color: rgb(47,93,79); }
H1.HeaderClassName
{
color: #2F5D4F;
}
.AnyTagClassName
{
color: #2F5D4F;
}
</style>
background-color css
<style>
a { background-color: #2F5D4F; }
a { background-color: rgb(47,93,79); }
div.DivClassName
{
background-color: #2F5D4F;
}
.BgClassName
{
background-color: #2F5D4F;
}
</style>
border-color css
<style>
span { border-color: #2F5D4F; }
span { border-color: rgb(47,93,79); }
td.TdClassName
{
border-color: #2F5D4F;
}
.TagClassName
{
border-color: #2F5D4F;
}
</style>