#2A5948

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

Shades of Evening Sea #2A5948

Tints of Evening Sea #2A5948

Color information

#2A5948 (or 0x2A5948) is unknown color: approx Evening Sea. HEX triplet: 2A, 59 and 48. RGB value is (42,89,72). Sum of RGB (Red+Green+Blue) = 42+89+72=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5948 is #D5A6B7. Grayscale: #494949. Windows color (decimal): -14001848 or 4741418. OLE color: 4741418.

HSL color Cylindrical-coordinate representation of color #2A5948: hue angle of 158.3º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A5948 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB428972-
CMYK0.5300.190.65
HSL158.3º35.88%25.69%-
HSV(B)158.3º52.81%34.9%-
XYZ5.78.17.4-
YUV73.01127.43105.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 89 (35.16% from 255) = 43.84%
BLUE value IS 72 (28.52% from 255) = 35.47%
R=20.69%
G=43.84%
B=35.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4289720.5300.190.65158.335.8825.69
Hex2A594835013419e241a
Octal52131110650231012364432
Binary1010101011001100100011010101001110000011001111010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,89,72); }

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

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

 a { background-color: rgb(42,89,72); }

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

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

 span { border-color: rgb(42,89,72); }

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