#2A6051

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

Shades of Evening Sea #2A6051

Tints of Evening Sea #2A6051

Color information

#2A6051 (or 0x2A6051) is unknown color: approx Evening Sea. HEX triplet: 2A, 60 and 51. RGB value is (42,96,81). Sum of RGB (Red+Green+Blue) = 42+96+81=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6051 is #D59FAE. Grayscale: #4E4E4E. Windows color (decimal): -14000047 or 5333034. OLE color: 5333034.

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

Color convert

RGB429681-
CMYK0.5600.160.62
HSL163.33º39.13%27.06%-
HSV(B)163.33º56.25%37.65%-
XYZ6.629.459.26-
YUV78.14129.61102.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.18%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=19.18%
G=43.84%
B=36.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4296810.5600.160.62163.3339.1327.06
Hex2A6051380103Ea3271b
Octal5214012170020762434733
Binary101010110000010100011110000100001111101010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,96,81); }

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

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

 a { background-color: rgb(42,96,81); }

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

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

 span { border-color: rgb(42,96,81); }

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