Shades of Evening Sea #2D614F
Tints of Evening Sea #2D614F
RGB
CMYK
RGB Variations
Color information
#2D614F (or 0x2D614F) is known color: Evening Sea. HEX triplet: 2D, 61 and 4F. RGB value is (45,97,79). Sum of RGB (Red+Green+Blue) = 45+97+79=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #2D614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D614F is #D29EB0. Grayscale: #4F4F4F. Windows color (decimal): -13803185 or 5202221. OLE color: 5202221.
HSL color Cylindrical-coordinate representation of color #2D614F: hue angle of 159.23º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D614F is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 79 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.62 |
| HSL | 159.23º | 0.37% | 0.28% | - |
| HSV(B) | 159.23º | 0.54% | 0.38% | - |
| XYZ | 6.77 | 9.67 | 8.91 | - |
| YUV | 79.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 79 | 0.54 | 0 | 0.19 | 0.62 | 159.23 | 0.37 | 0.28 |
| Hex | 2D | 61 | 4F | 36 | 0 | 13 | 3E | 9F | 25 | 1C |
| Octal | 55 | 141 | 117 | 66 | 0 | 23 | 76 | 237 | 45 | 34 |
| Binary | 101101 | 1100001 | 1001111 | 110110 | 0 | 10011 | 111110 | 10011111 | 100101 | 11100 |
Color Harmonies of #2D614F
Complementary color
Monochromatic Colors of #2D614F
Black with #2D614F
Text Example
Text Example
White with #2D614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D614F; }
p { color: rgb(45,97,79); }
H1.HeaderClassName
{
color: #2D614F;
}
.AnyTagClassName
{
color: #2D614F;
}
</style>
background-color css
<style>
a { background-color: #2D614F; }
a { background-color: rgb(45,97,79); }
div.DivClassName
{
background-color: #2D614F;
}
.BgClassName
{
background-color: #2D614F;
}
</style>
border-color css
<style>
span { border-color: #2D614F; }
span { border-color: rgb(45,97,79); }
td.TdClassName
{
border-color: #2D614F;
}
.TagClassName
{
border-color: #2D614F;
}
</style>