#2A6050

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

Shades of Evening Sea #2A6050

Tints of Evening Sea #2A6050

Color information

#2A6050 (or 0x2A6050) is unknown color: approx Evening Sea. HEX triplet: 2A, 60 and 50. RGB value is (42,96,80). Sum of RGB (Red+Green+Blue) = 42+96+80=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6050 is #D59FAF. Grayscale: #4E4E4E. Windows color (decimal): -14000048 or 5267498. OLE color: 5267498.

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

Color convert

RGB429680-
CMYK0.5600.170.62
HSL162.22º39.13%27.06%-
HSV(B)162.22º56.25%37.65%-
XYZ6.599.449.06-
YUV78.03129.11102.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=19.27%
G=44.04%
B=36.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4296800.5600.170.62162.2239.1327.06
Hex2A6050380113Ea2271b
Octal5214012070021762424733
Binary101010110000010100001110000100011111101010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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