Html Css Color HEX #2E3523 Pine Tree

📋 copy color: '#2E3523'

red 46 ◦ green 53 ◦ blue 35

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

Shades of Pine Tree #2E3523

Tints of Pine Tree #2E3523

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.55%

 BLUE value IS 35 (14.06% from 255) = 26.12%

R = 34.33%
G = 39.55%
B = 26.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#2E3523 (or 0x2E3523) is known color: Pine Tree. HEX triplet: 2E, 35 and 23. RGB value is (46,53,35). Sum of RGB (Red+Green+Blue) = 46+53+35=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #2E3523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3523 is #D1CADC. Grayscale: #303030. Windows color (decimal): -13748957 or 2307374. OLE color: 2307374.

HSL color Cylindrical-coordinate representation of color #2E3523: hue angle of 83.33º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E3523 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB 46 53 35 -
CMYK 0.13 0 0.34 0.79
HSL 83.33º 0.2% 0.17% -
HSV(B) 83.33º 0.34% 0.21% -
XYZ 2.7 3.25 2.07 -
YUV 48.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 46 53 35 0.13 0 0.34 0.79 83.33 0.2 0.17
Hex 2E 35 23 D 0 22 4F 53 14 11
Octal 56 65 43 15 0 42 117 123 24 21
Binary 101110 110101 100011 1101 0 100010 1001111 1010011 10100 10001

Color Harmonies of #2E3523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3523

Black with #2E3523

Text Example


Text Example

White with #2E3523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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