#2A5D49

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

Shades of Evening Sea #2A5D49

Tints of Evening Sea #2A5D49

Color information

#2A5D49 (or 0x2A5D49) is unknown color: approx Evening Sea. HEX triplet: 2A, 5D and 49. RGB value is (42,93,73). Sum of RGB (Red+Green+Blue) = 42+93+73=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5D49 is #D5A2B6. Grayscale: #4B4B4B. Windows color (decimal): -14000823 or 4807978. OLE color: 4807978.

HSL color Cylindrical-coordinate representation of color #2A5D49: hue angle of 156.47º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5D49 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB429373-
CMYK0.5500.220.64
HSL156.47º37.78%26.47%-
HSV(B)156.47º54.84%36.47%-
XYZ6.078.87.68-
YUV75.47126.6104.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.19%
GREEN value IS 93 (36.72% from 255) = 44.71%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=20.19%
G=44.71%
B=35.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4293730.5500.220.64156.4737.7826.47
Hex2A5D4937016409c261a
Octal52135111670261002344632
Binary1010101011101100100111011101011010000001001110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,93,73); }

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

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

 a { background-color: rgb(42,93,73); }

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

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

 span { border-color: rgb(42,93,73); }

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