Html Css Color HEX #2E6050 Evening Sea

📋 copy color: '#2E6050'

red 46 ◦ green 96 ◦ blue 80

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

Shades of Evening Sea #2E6050

Tints of Evening Sea #2E6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.24%

 BLUE value IS 80 (31.64% from 255) = 36.04%

R = 20.72%
G = 43.24%
B = 36.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#2E6050 (or 0x2E6050) is known color: Evening Sea. HEX triplet: 2E, 60 and 50. RGB value is (46,96,80). Sum of RGB (Red+Green+Blue) = 46+96+80=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6050 is #D19FAF. Grayscale: #4F4F4F. Windows color (decimal): -13737904 or 5267502. OLE color: 5267502.

HSL color Cylindrical-coordinate representation of color #2E6050: hue angle of 160.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E6050 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 96 80 -
CMYK 0.52 0 0.17 0.62
HSL 160.8º 0.35% 0.28% -
HSV(B) 160.8º 0.52% 0.38% -
XYZ 6.76 9.53 9.07 -
YUV 79.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 46 96 80 0.52 0 0.17 0.62 160.8 0.35 0.28
Hex 2E 60 50 34 0 11 3E A1 23 1C
Octal 56 140 120 64 0 21 76 241 43 34
Binary 101110 1100000 1010000 110100 0 10001 111110 10100001 100011 11100

Color Harmonies of #2E6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6050

Black with #2E6050

Text Example


Text Example

White with #2E6050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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