Html Css Color HEX #2E4839 English Holly

📋 copy color: '#2E4839'

red 46 ◦ green 72 ◦ blue 57

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

Shades of English Holly #2E4839

Tints of English Holly #2E4839

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 57 (22.66% from 255) = 32.57%

R = 26.29%
G = 41.14%
B = 32.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#2E4839 (or 0x2E4839) is known color: English Holly. HEX triplet: 2E, 48 and 39. RGB value is (46,72,57). Sum of RGB (Red+Green+Blue) = 46+72+57=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4839 is #D1B7C6. Grayscale: #3E3E3E. Windows color (decimal): -13744071 or 3754030. OLE color: 3754030.

HSL color Cylindrical-coordinate representation of color #2E4839: hue angle of 145.38º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E4839 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 72 57 -
CMYK 0.36 0 0.21 0.72
HSL 145.38º 0.22% 0.23% -
HSV(B) 145.38º 0.36% 0.28% -
XYZ 4.18 5.51 4.71 -
YUV 62.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 46 72 57 0.36 0 0.21 0.72 145.38 0.22 0.23
Hex 2E 48 39 24 0 15 48 91 16 17
Octal 56 110 71 44 0 25 110 221 26 27
Binary 101110 1001000 111001 100100 0 10101 1001000 10010001 10110 10111

Color Harmonies of #2E4839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4839

Black with #2E4839

Text Example


Text Example

White with #2E4839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,72,57); }

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

background-color css

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

 a { background-color: rgb(46,72,57); }

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

border-color css

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

 span { border-color: rgb(46,72,57); }

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