Html Css Color HEX #2E3E35 English Holly

📋 copy color: '#2E3E35'

red 46 ◦ green 62 ◦ blue 53

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

Shades of English Holly #2E3E35

Tints of English Holly #2E3E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.51%

 BLUE value IS 53 (21.09% from 255) = 32.92%

R = 28.57%
G = 38.51%
B = 32.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#2E3E35 (or 0x2E3E35) is known color: English Holly. HEX triplet: 2E, 3E and 35. RGB value is (46,62,53). Sum of RGB (Red+Green+Blue) = 46+62+53=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 62 - color contains mainly: green. Hex color #2E3E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3E35 is #D1C1CA. Grayscale: #383838. Windows color (decimal): -13746635 or 3489326. OLE color: 3489326.

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

Color convert

RGB 46 62 53 -
CMYK 0.26 0 0.15 0.76
HSL 146.25º 0.15% 0.21% -
HSV(B) 146.25º 0.26% 0.24% -
XYZ 3.49 4.28 4.01 -
YUV 56.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 46 62 53 0.26 0 0.15 0.76 146.25 0.15 0.21
Hex 2E 3E 35 1A 0 F 4C 92 F 15
Octal 56 76 65 32 0 17 114 222 17 25
Binary 101110 111110 110101 11010 0 1111 1001100 10010010 1111 10101

Color Harmonies of #2E3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3E35

Black with #2E3E35

Text Example


Text Example

White with #2E3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,62,53); }

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

background-color css

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

 a { background-color: rgb(46,62,53); }

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

border-color css

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

 span { border-color: rgb(46,62,53); }

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