Html Css Color HEX #2E6B52 Evening Sea

📋 copy color: '#2E6B52'

red 46 ◦ green 107 ◦ blue 82

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

Shades of Evening Sea #2E6B52

Tints of Evening Sea #2E6B52

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.53%

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 19.57%
G = 45.53%
B = 34.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#2E6B52 (or 0x2E6B52) is known color: Evening Sea. HEX triplet: 2E, 6B and 52. RGB value is (46,107,82). Sum of RGB (Red+Green+Blue) = 46+107+82=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B52 is #D194AD. Grayscale: #555555. Windows color (decimal): -13735086 or 5401390. OLE color: 5401390.

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

Color convert

RGB 46 107 82 -
CMYK 0.57 0 0.23 0.58
HSL 155.41º 0.4% 0.3% -
HSV(B) 155.41º 0.57% 0.42% -
XYZ 7.91 11.71 9.83 -
YUV 85.91 125.79 99.53 -
System Red Green Blue C M Y K H S L
Decimal 46 107 82 0.57 0 0.23 0.58 155.41 0.4 0.3
Hex 2E 6B 52 39 0 17 3A 9B 28 1E
Octal 56 153 122 71 0 27 72 233 50 36
Binary 101110 1101011 1010010 111001 0 10111 111010 10011011 101000 11110

Color Harmonies of #2E6B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6B52

Black with #2E6B52

Text Example


Text Example

White with #2E6B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,107,82); }

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

background-color css

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

 a { background-color: rgb(46,107,82); }

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

border-color css

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

 span { border-color: rgb(46,107,82); }

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