Shades of Evening Sea #2D6F57
Tints of Evening Sea #2D6F57
RGB
CMYK
RGB Variations
Color information
#2D6F57 (or 0x2D6F57) is known color: Evening Sea. HEX triplet: 2D, 6F and 57. RGB value is (45,111,87). Sum of RGB (Red+Green+Blue) = 45+111+87=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #2D6F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6F57 is #D290A8. Grayscale: #585858. Windows color (decimal): -13799593 or 5730093. OLE color: 5730093.
HSL color Cylindrical-coordinate representation of color #2D6F57: hue angle of 158.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6F57 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 111 | 87 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.56 |
| HSL | 158.18º | 0.42% | 0.31% | - |
| HSV(B) | 158.18º | 0.59% | 0.44% | - |
| XYZ | 8.49 | 12.61 | 11 | - |
| YUV | 88.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 111 | 87 | 0.59 | 0 | 0.22 | 0.56 | 158.18 | 0.42 | 0.31 |
| Hex | 2D | 6F | 57 | 3B | 0 | 16 | 38 | 9E | 2A | 1F |
| Octal | 55 | 157 | 127 | 73 | 0 | 26 | 70 | 236 | 52 | 37 |
| Binary | 101101 | 1101111 | 1010111 | 111011 | 0 | 10110 | 111000 | 10011110 | 101010 | 11111 |
Color Harmonies of #2D6F57
Complementary color
Monochromatic Colors of #2D6F57
Black with #2D6F57
Text Example
Text Example
White with #2D6F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6F57; }
p { color: rgb(45,111,87); }
H1.HeaderClassName
{
color: #2D6F57;
}
.AnyTagClassName
{
color: #2D6F57;
}
</style>
background-color css
<style>
a { background-color: #2D6F57; }
a { background-color: rgb(45,111,87); }
div.DivClassName
{
background-color: #2D6F57;
}
.BgClassName
{
background-color: #2D6F57;
}
</style>
border-color css
<style>
span { border-color: #2D6F57; }
span { border-color: rgb(45,111,87); }
td.TdClassName
{
border-color: #2D6F57;
}
.TagClassName
{
border-color: #2D6F57;
}
</style>