Shades of Evening Sea #2D6251
Tints of Evening Sea #2D6251
RGB
CMYK
RGB Variations
Color information
#2D6251 (or 0x2D6251) is known color: Evening Sea. HEX triplet: 2D, 62 and 51. RGB value is (45,98,81). Sum of RGB (Red+Green+Blue) = 45+98+81=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6251 is #D29DAE. Grayscale: #505050. Windows color (decimal): -13802927 or 5333549. OLE color: 5333549.
HSL color Cylindrical-coordinate representation of color #2D6251: hue angle of 160.75º 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 #2D6251 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 98 | 81 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.62 |
| HSL | 160.75º | 0.37% | 0.28% | - |
| HSV(B) | 160.75º | 0.54% | 0.38% | - |
| XYZ | 6.94 | 9.89 | 9.33 | - |
| YUV | 80.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 81 | 0.54 | 0 | 0.17 | 0.62 | 160.75 | 0.37 | 0.28 |
| Hex | 2D | 62 | 51 | 36 | 0 | 11 | 3E | A1 | 25 | 1C |
| Octal | 55 | 142 | 121 | 66 | 0 | 21 | 76 | 241 | 45 | 34 |
| Binary | 101101 | 1100010 | 1010001 | 110110 | 0 | 10001 | 111110 | 10100001 | 100101 | 11100 |
Color Harmonies of #2D6251
Complementary color
Monochromatic Colors of #2D6251
Black with #2D6251
Text Example
Text Example
White with #2D6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6251; }
p { color: rgb(45,98,81); }
H1.HeaderClassName
{
color: #2D6251;
}
.AnyTagClassName
{
color: #2D6251;
}
</style>
background-color css
<style>
a { background-color: #2D6251; }
a { background-color: rgb(45,98,81); }
div.DivClassName
{
background-color: #2D6251;
}
.BgClassName
{
background-color: #2D6251;
}
</style>
border-color css
<style>
span { border-color: #2D6251; }
span { border-color: rgb(45,98,81); }
td.TdClassName
{
border-color: #2D6251;
}
.TagClassName
{
border-color: #2D6251;
}
</style>