#2A624F

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

Shades of Evening Sea #2A624F

Tints of Evening Sea #2A624F

Color information

#2A624F (or 0x2A624F) is unknown color: approx Evening Sea. HEX triplet: 2A, 62 and 4F. RGB value is (42,98,79). Sum of RGB (Red+Green+Blue) = 42+98+79=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #2A624F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A624F is #D59DB0. Grayscale: #4F4F4F. Windows color (decimal): -13999537 or 5202474. OLE color: 5202474.

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

Color convert

RGB429879-
CMYK0.5700.190.62
HSL159.64º40%27.45%-
HSV(B)159.64º57.14%38.43%-
XYZ6.739.798.93-
YUV79.09127.95101.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.18%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=19.18%
G=44.75%
B=36.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4298790.5700.190.62159.644027.45
Hex2A624F390133Ea0281b
Octal5214211771023762405033
Binary101010110001010011111110010100111111101010000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,98,79); }

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

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

 a { background-color: rgb(42,98,79); }

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

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

 span { border-color: rgb(42,98,79); }

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