Html Css Color HEX #2E6D54 Evening Sea

📋 copy color: '#2E6D54'

red 46 ◦ green 109 ◦ blue 84

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

Shades of Evening Sea #2E6D54

Tints of Evening Sea #2E6D54

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.61%

 BLUE value IS 84 (33.2% from 255) = 35.15%

R = 19.25%
G = 45.61%
B = 35.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#2E6D54 (or 0x2E6D54) is known color: Evening Sea. HEX triplet: 2E, 6D and 54. RGB value is (46,109,84). Sum of RGB (Red+Green+Blue) = 46+109+84=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6D54 is #D192AB. Grayscale: #575757. Windows color (decimal): -13734572 or 5532974. OLE color: 5532974.

HSL color Cylindrical-coordinate representation of color #2E6D54: hue angle of 156.19º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6D54 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 109 84 -
CMYK 0.58 0 0.23 0.57
HSL 156.19º 0.41% 0.3% -
HSV(B) 156.19º 0.58% 0.43% -
XYZ 8.2 12.16 10.3 -
YUV 87.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 46 109 84 0.58 0 0.23 0.57 156.19 0.41 0.3
Hex 2E 6D 54 3A 0 17 39 9C 29 1E
Octal 56 155 124 72 0 27 71 234 51 36
Binary 101110 1101101 1010100 111010 0 10111 111001 10011100 101001 11110

Color Harmonies of #2E6D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6D54

Black with #2E6D54

Text Example


Text Example

White with #2E6D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,109,84); }

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

background-color css

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

 a { background-color: rgb(46,109,84); }

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

border-color css

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

 span { border-color: rgb(46,109,84); }

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