Html Css Color HEX #2E4136 English Holly

📋 copy color: '#2E4136'

red 46 ◦ green 65 ◦ blue 54

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

Shades of English Holly #2E4136

Tints of English Holly #2E4136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

 BLUE value IS 54 (21.48% from 255) = 32.73%

R = 27.88%
G = 39.39%
B = 32.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#2E4136 (or 0x2E4136) is known color: English Holly. HEX triplet: 2E, 41 and 36. RGB value is (46,65,54). Sum of RGB (Red+Green+Blue) = 46+65+54=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4136 is #D1BEC9. Grayscale: #3A3A3A. Windows color (decimal): -13745866 or 3555630. OLE color: 3555630.

HSL color Cylindrical-coordinate representation of color #2E4136: hue angle of 145.26º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E4136 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 65 54 -
CMYK 0.29 0 0.17 0.75
HSL 145.26º 0.17% 0.22% -
HSV(B) 145.26º 0.29% 0.25% -
XYZ 3.68 4.63 4.19 -
YUV 58.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 46 65 54 0.29 0 0.17 0.75 145.26 0.17 0.22
Hex 2E 41 36 1D 0 11 4B 91 11 16
Octal 56 101 66 35 0 21 113 221 21 26
Binary 101110 1000001 110110 11101 0 10001 1001011 10010001 10001 10110

Color Harmonies of #2E4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4136

Black with #2E4136

Text Example


Text Example

White with #2E4136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,65,54); }

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

background-color css

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

 a { background-color: rgb(46,65,54); }

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

border-color css

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

 span { border-color: rgb(46,65,54); }

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