Html Css Color HEX #2E6151 Evening Sea

📋 copy color: '#2E6151'

red 46 ◦ green 97 ◦ blue 81

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

Shades of Evening Sea #2E6151

Tints of Evening Sea #2E6151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

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

R = 20.54%
G = 43.3%
B = 36.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#2E6151 (or 0x2E6151) is known color: Evening Sea. HEX triplet: 2E, 61 and 51. RGB value is (46,97,81). Sum of RGB (Red+Green+Blue) = 46+97+81=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6151 is #D19EAE. Grayscale: #4F4F4F. Windows color (decimal): -13737647 or 5333294. OLE color: 5333294.

HSL color Cylindrical-coordinate representation of color #2E6151: hue angle of 161.18º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6151 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 97 81 -
CMYK 0.53 0 0.16 0.62
HSL 161.18º 0.36% 0.28% -
HSV(B) 161.18º 0.53% 0.38% -
XYZ 6.89 9.72 9.3 -
YUV 79.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 46 97 81 0.53 0 0.16 0.62 161.18 0.36 0.28
Hex 2E 61 51 35 0 10 3E A1 24 1C
Octal 56 141 121 65 0 20 76 241 44 34
Binary 101110 1100001 1010001 110101 0 10000 111110 10100001 100100 11100

Color Harmonies of #2E6151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6151

Black with #2E6151

Text Example


Text Example

White with #2E6151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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