#2A614C

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

Shades of Evening Sea #2A614C

Tints of Evening Sea #2A614C

Color information

#2A614C (or 0x2A614C) is unknown color: approx Evening Sea. HEX triplet: 2A, 61 and 4C. RGB value is (42,97,76). Sum of RGB (Red+Green+Blue) = 42+97+76=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #2A614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A614C is #D59EB3. Grayscale: #4E4E4E. Windows color (decimal): -13999796 or 5005610. OLE color: 5005610.

HSL color Cylindrical-coordinate representation of color #2A614C: hue angle of 157.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A614C is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB429776-
CMYK0.5700.220.62
HSL157.09º39.57%27.25%-
HSV(B)157.09º56.7%38.04%-
XYZ6.539.568.34-
YUV78.16126.78102.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.53%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=19.53%
G=45.12%
B=35.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297760.5700.220.62157.0939.5727.25
Hex2A614C390163E9d281b
Octal5214111471026762355033
Binary101010110000110011001110010101101111101001110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,97,76); }

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

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

 a { background-color: rgb(42,97,76); }

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

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

 span { border-color: rgb(42,97,76); }

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