Html Css Color HEX #2E6955 Evening Sea

📋 copy color: '#2E6955'

red 46 ◦ green 105 ◦ blue 85

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

Shades of Evening Sea #2E6955

Tints of Evening Sea #2E6955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.49%

 BLUE value IS 85 (33.59% from 255) = 36.02%

R = 19.49%
G = 44.49%
B = 36.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#2E6955 (or 0x2E6955) is known color: Evening Sea. HEX triplet: 2E, 69 and 55. RGB value is (46,105,85). Sum of RGB (Red+Green+Blue) = 46+105+85=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6955 is #D196AA. Grayscale: #555555. Windows color (decimal): -13735595 or 5597486. OLE color: 5597486.

HSL color Cylindrical-coordinate representation of color #2E6955: hue angle of 159.66º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6955 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 105 85 -
CMYK 0.56 0 0.19 0.59
HSL 159.66º 0.39% 0.3% -
HSV(B) 159.66º 0.56% 0.41% -
XYZ 7.82 11.34 10.37 -
YUV 85.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 46 105 85 0.56 0 0.19 0.59 159.66 0.39 0.3
Hex 2E 69 55 38 0 13 3B A0 27 1E
Octal 56 151 125 70 0 23 73 240 47 36
Binary 101110 1101001 1010101 111000 0 10011 111011 10100000 100111 11110

Color Harmonies of #2E6955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6955

Black with #2E6955

Text Example


Text Example

White with #2E6955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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