Html Css Color HEX #2E6051 Evening Sea

📋 copy color: '#2E6051'

red 46 ◦ green 96 ◦ blue 81

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

Shades of Evening Sea #2E6051

Tints of Evening Sea #2E6051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.32%

R = 20.63%
G = 43.05%
B = 36.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#2E6051 (or 0x2E6051) is known color: Evening Sea. HEX triplet: 2E, 60 and 51. RGB value is (46,96,81). Sum of RGB (Red+Green+Blue) = 46+96+81=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6051 is #D19FAE. Grayscale: #4F4F4F. Windows color (decimal): -13737903 or 5333038. OLE color: 5333038.

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

Color convert

RGB 46 96 81 -
CMYK 0.52 0 0.16 0.62
HSL 162º 0.35% 0.28% -
HSV(B) 162º 0.52% 0.38% -
XYZ 6.79 9.54 9.27 -
YUV 79.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 46 96 81 0.52 0 0.16 0.62 162 0.35 0.28
Hex 2E 60 51 34 0 10 3E A2 23 1C
Octal 56 140 121 64 0 20 76 242 43 34
Binary 101110 1100000 1010001 110100 0 10000 111110 10100010 100011 11100

Color Harmonies of #2E6051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6051

Black with #2E6051

Text Example


Text Example

White with #2E6051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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