#2D544B

Color #2D544B Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #2D544B

Tints of Evening Sea #2D544B

Color information

#2D544B (or 0x2D544B) is unknown color: approx Evening Sea. HEX triplet: 2D, 54 and 4B. RGB value is (45,84,75). Sum of RGB (Red+Green+Blue) = 45+84+75=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #2D544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D544B is #D2ABB4. Grayscale: #474747. Windows color (decimal): -13806517 or 4936749. OLE color: 4936749.

HSL color Cylindrical-coordinate representation of color #2D544B: hue angle of 166.15º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D544B is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB458475-
CMYK0.4600.110.67
HSL166.15º30.23%25.29%-
HSV(B)166.15º46.43%32.94%-
XYZ5.527.417.8-
YUV71.31130.08109.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 22.06%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=22.06%
G=41.18%
B=36.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4584750.4600.110.67166.1530.2325.29
Hex2D544B2E0B43a61e19
Octal55124113560131032463631
Binary10110110101001001011101110010111000011101001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D544B; }

 p { color: rgb(45,84,75); }

 H1.HeaderClassName
 {
   color: #2D544B;
 }
 .AnyTagClassName
 {
   color: #2D544B;
 }
</style>
background-color css

<style>
 a { background-color: #2D544B; }

 a { background-color: rgb(45,84,75); }

 div.DivClassName
 {
   background-color: #2D544B;
 }
 .BgClassName
 {
   background-color: #2D544B;
 }
</style>
border-color css

<style>
 span { border-color: #2D544B; }

 span { border-color: rgb(45,84,75); }

 td.TdClassName
 {
   border-color: #2D544B;
 }
 .TagClassName
 {
   border-color: #2D544B;
 }
</style>