Html Css Color HEX #2E3C34 English Holly

📋 copy color: '#2E3C34'

red 46 ◦ green 60 ◦ blue 52

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

Shades of English Holly #2E3C34

Tints of English Holly #2E3C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.97%

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 29.11%
G = 37.97%
B = 32.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#2E3C34 (or 0x2E3C34) is known color: English Holly. HEX triplet: 2E, 3C and 34. RGB value is (46,60,52). Sum of RGB (Red+Green+Blue) = 46+60+52=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C34 is #D1C3CB. Grayscale: #363636. Windows color (decimal): -13747148 or 3423278. OLE color: 3423278.

HSL color Cylindrical-coordinate representation of color #2E3C34: hue angle of 145.71º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E3C34 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 60 52 -
CMYK 0.23 0 0.13 0.76
HSL 145.71º 0.13% 0.21% -
HSV(B) 145.71º 0.23% 0.24% -
XYZ 3.36 4.06 3.86 -
YUV 54.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 46 60 52 0.23 0 0.13 0.76 145.71 0.13 0.21
Hex 2E 3C 34 17 0 D 4C 92 D 15
Octal 56 74 64 27 0 15 114 222 15 25
Binary 101110 111100 110100 10111 0 1101 1001100 10010010 1101 10101

Color Harmonies of #2E3C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3C34

Black with #2E3C34

Text Example


Text Example

White with #2E3C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,60,52); }

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

background-color css

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

 a { background-color: rgb(46,60,52); }

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

border-color css

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

 span { border-color: rgb(46,60,52); }

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