#2A624E

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

Shades of Evening Sea #2A624E

Tints of Evening Sea #2A624E

Color information

#2A624E (or 0x2A624E) is unknown color: approx Evening Sea. HEX triplet: 2A, 62 and 4E. RGB value is (42,98,78). Sum of RGB (Red+Green+Blue) = 42+98+78=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #2A624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A624E is #D59DB1. Grayscale: #4F4F4F. Windows color (decimal): -13999538 or 5136938. OLE color: 5136938.

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

Color convert

RGB429878-
CMYK0.5700.200.62
HSL158.57º40%27.45%-
HSV(B)158.57º57.14%38.43%-
XYZ6.79.788.74-
YUV78.98127.45101.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=19.27%
G=44.95%
B=35.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4298780.5700.200.62158.574027.45
Hex2A624E390143E9f281b
Octal5214211671024762375033
Binary101010110001010011101110010101001111101001111110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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