#2A5A4F

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

Shades of Evening Sea #2A5A4F

Tints of Evening Sea #2A5A4F

Color information

#2A5A4F (or 0x2A5A4F) is unknown color: approx Evening Sea. HEX triplet: 2A, 5A and 4F. RGB value is (42,90,79). Sum of RGB (Red+Green+Blue) = 42+90+79=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5A4F is #D5A5B0. Grayscale: #4A4A4A. Windows color (decimal): -14001585 or 5200426. OLE color: 5200426.

HSL color Cylindrical-coordinate representation of color #2A5A4F: hue angle of 166.25º 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 #2A5A4F is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB429079-
CMYK0.5300.120.65
HSL166.25º36.36%25.88%-
HSV(B)166.25º53.33%35.29%-
XYZ6.028.378.7-
YUV74.39130.6104.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 90 (35.55% from 255) = 42.65%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=19.91%
G=42.65%
B=37.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4290790.5300.120.65166.2536.3625.88
Hex2A5A4F350C41a6241a
Octal52132117650141012464432
Binary101010101101010011111101010110010000011010011010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,90,79); }

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

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

 a { background-color: rgb(42,90,79); }

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

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

 span { border-color: rgb(42,90,79); }

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