#2A614B

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

Shades of Evening Sea #2A614B

Tints of Evening Sea #2A614B

Color information

#2A614B (or 0x2A614B) is unknown color: approx Evening Sea. HEX triplet: 2A, 61 and 4B. RGB value is (42,97,75). Sum of RGB (Red+Green+Blue) = 42+97+75=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #2A614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A614B is #D59EB4. Grayscale: #4E4E4E. Windows color (decimal): -13999797 or 4940074. OLE color: 4940074.

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

Color convert

RGB429775-
CMYK0.5700.230.62
HSL156º39.57%27.25%-
HSV(B)156º56.7%38.04%-
XYZ6.59.558.16-
YUV78.05126.28102.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.63%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=19.63%
G=45.33%
B=35.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297750.5700.230.6215639.5727.25
Hex2A614B390173E9c281b
Octal5214111371027762345033
Binary101010110000110010111110010101111111101001110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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