Html Css Color HEX #2E6F55 Evening Sea

📋 copy color: '#2E6F55'

red 46 ◦ green 111 ◦ blue 85

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

Shades of Evening Sea #2E6F55

Tints of Evening Sea #2E6F55

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.87%

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

R = 19.01%
G = 45.87%
B = 35.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#2E6F55 (or 0x2E6F55) is known color: Evening Sea. HEX triplet: 2E, 6F and 55. RGB value is (46,111,85). Sum of RGB (Red+Green+Blue) = 46+111+85=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6F55 is #D190AA. Grayscale: #585858. Windows color (decimal): -13734059 or 5599022. OLE color: 5599022.

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

Color convert

RGB 46 111 85 -
CMYK 0.59 0 0.23 0.56
HSL 156º 0.41% 0.31% -
HSV(B) 156º 0.59% 0.44% -
XYZ 8.45 12.61 10.58 -
YUV 88.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 46 111 85 0.59 0 0.23 0.56 156 0.41 0.31
Hex 2E 6F 55 3B 0 17 38 9C 29 1F
Octal 56 157 125 73 0 27 70 234 51 37
Binary 101110 1101111 1010101 111011 0 10111 111000 10011100 101001 11111

Color Harmonies of #2E6F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6F55

Black with #2E6F55

Text Example


Text Example

White with #2E6F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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