#2A614A

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

Shades of Evening Sea #2A614A

Tints of Evening Sea #2A614A

Color information

#2A614A (or 0x2A614A) is unknown color: approx Evening Sea. HEX triplet: 2A, 61 and 4A. RGB value is (42,97,74). Sum of RGB (Red+Green+Blue) = 42+97+74=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #2A614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A614A is #D59EB5. Grayscale: #4D4D4D. Windows color (decimal): -13999798 or 4874538. OLE color: 4874538.

HSL color Cylindrical-coordinate representation of color #2A614A: hue angle of 154.91º 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 #2A614A is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB429774-
CMYK0.5700.240.62
HSL154.91º39.57%27.25%-
HSV(B)154.91º56.7%38.04%-
XYZ6.479.547.98-
YUV77.93125.78102.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.72%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=19.72%
G=45.54%
B=34.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297740.5700.240.62154.9139.5727.25
Hex2A614A390183E9b281b
Octal5214111271030762335033
Binary101010110000110010101110010110001111101001101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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