Shades of Evening Sea #2D6B52
Tints of Evening Sea #2D6B52
RGB
CMYK
RGB Variations
Color information
#2D6B52 (or 0x2D6B52) is known color: Evening Sea. HEX triplet: 2D, 6B and 52. RGB value is (45,107,82). Sum of RGB (Red+Green+Blue) = 45+107+82=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6B52 is #D294AD. Grayscale: #555555. Windows color (decimal): -13800622 or 5401389. OLE color: 5401389.
HSL color Cylindrical-coordinate representation of color #2D6B52: hue angle of 155.81º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6B52 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 107 | 82 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.58 |
| HSL | 155.81º | 0.41% | 0.3% | - |
| HSV(B) | 155.81º | 0.58% | 0.42% | - |
| XYZ | 7.86 | 11.68 | 9.82 | - |
| YUV | 85.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 82 | 0.58 | 0 | 0.23 | 0.58 | 155.81 | 0.41 | 0.3 |
| Hex | 2D | 6B | 52 | 3A | 0 | 17 | 3A | 9C | 29 | 1E |
| Octal | 55 | 153 | 122 | 72 | 0 | 27 | 72 | 234 | 51 | 36 |
| Binary | 101101 | 1101011 | 1010010 | 111010 | 0 | 10111 | 111010 | 10011100 | 101001 | 11110 |
Color Harmonies of #2D6B52
Complementary color
Monochromatic Colors of #2D6B52
Black with #2D6B52
Text Example
Text Example
White with #2D6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6B52; }
p { color: rgb(45,107,82); }
H1.HeaderClassName
{
color: #2D6B52;
}
.AnyTagClassName
{
color: #2D6B52;
}
</style>
background-color css
<style>
a { background-color: #2D6B52; }
a { background-color: rgb(45,107,82); }
div.DivClassName
{
background-color: #2D6B52;
}
.BgClassName
{
background-color: #2D6B52;
}
</style>
border-color css
<style>
span { border-color: #2D6B52; }
span { border-color: rgb(45,107,82); }
td.TdClassName
{
border-color: #2D6B52;
}
.TagClassName
{
border-color: #2D6B52;
}
</style>