Html Css Color HEX #2E554A Evening Sea

📋 copy color: '#2E554A'

red 46 ◦ green 85 ◦ blue 74

#2E554A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #2E554A

Tints of Evening Sea #2E554A

RGB

 RED value IS 46 (18.36% from 255) = 22.44%

 GREEN value IS 85 (33.59% from 255) = 41.46%

 BLUE value IS 74 (29.3% from 255) = 36.1%

R = 22.44%
G = 41.46%
B = 36.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#2E554A (or 0x2E554A) is known color: Evening Sea. HEX triplet: 2E, 55 and 4A. RGB value is (46,85,74). Sum of RGB (Red+Green+Blue) = 46+85+74=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #2E554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E554A is #D1AAB5. Grayscale: #484848. Windows color (decimal): -13740726 or 4871470. OLE color: 4871470.

HSL color Cylindrical-coordinate representation of color #2E554A: hue angle of 163.08º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E554A is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 85 74 -
CMYK 0.46 0 0.13 0.67
HSL 163.08º 0.3% 0.26% -
HSV(B) 163.08º 0.46% 0.33% -
XYZ 5.61 7.57 7.64 -
YUV 72.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 46 85 74 0.46 0 0.13 0.67 163.08 0.3 0.26
Hex 2E 55 4A 2E 0 D 43 A3 1E 1A
Octal 56 125 112 56 0 15 103 243 36 32
Binary 101110 1010101 1001010 101110 0 1101 1000011 10100011 11110 11010

Color Harmonies of #2E554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E554A

Black with #2E554A

Text Example


Text Example

White with #2E554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,85,74); }

 H1.HeaderClassName
 {
   color: #2E554A;
 }
 .AnyTagClassName
 {
   color: #2E554A;
 }
</style>

background-color css

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

 a { background-color: rgb(46,85,74); }

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

border-color css

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

 span { border-color: rgb(46,85,74); }

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