Shades of Evening Sea #2D554B
Tints of Evening Sea #2D554B
RGB
CMYK
RGB Variations
Color information
#2D554B (or 0x2D554B) is known color: Evening Sea. HEX triplet: 2D, 55 and 4B. RGB value is (45,85,75). Sum of RGB (Red+Green+Blue) = 45+85+75=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #2D554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D554B is #D2AAB4. Grayscale: #474747. Windows color (decimal): -13806261 or 4937005. OLE color: 4937005.
HSL color Cylindrical-coordinate representation of color #2D554B: hue angle of 165º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D554B is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 75 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.67 |
| HSL | 165º | 0.31% | 0.25% | - |
| HSV(B) | 165º | 0.47% | 0.33% | - |
| XYZ | 5.6 | 7.56 | 7.82 | - |
| YUV | 71.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 75 | 0.47 | 0 | 0.12 | 0.67 | 165 | 0.31 | 0.25 |
| Hex | 2D | 55 | 4B | 2F | 0 | C | 43 | A5 | 1F | 19 |
| Octal | 55 | 125 | 113 | 57 | 0 | 14 | 103 | 245 | 37 | 31 |
| Binary | 101101 | 1010101 | 1001011 | 101111 | 0 | 1100 | 1000011 | 10100101 | 11111 | 11001 |
Color Harmonies of #2D554B
Complementary color
Monochromatic Colors of #2D554B
Black with #2D554B
Text Example
Text Example
White with #2D554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D554B; }
p { color: rgb(45,85,75); }
H1.HeaderClassName
{
color: #2D554B;
}
.AnyTagClassName
{
color: #2D554B;
}
</style>
background-color css
<style>
a { background-color: #2D554B; }
a { background-color: rgb(45,85,75); }
div.DivClassName
{
background-color: #2D554B;
}
.BgClassName
{
background-color: #2D554B;
}
</style>
border-color css
<style>
span { border-color: #2D554B; }
span { border-color: rgb(45,85,75); }
td.TdClassName
{
border-color: #2D554B;
}
.TagClassName
{
border-color: #2D554B;
}
</style>