Html Css Color HEX #2E3720 Pine Tree

📋 copy color: '#2E3720'

red 46 ◦ green 55 ◦ blue 32

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

Shades of Pine Tree #2E3720

Tints of Pine Tree #2E3720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.35%

 BLUE value IS 32 (12.89% from 255) = 24.06%

R = 34.59%
G = 41.35%
B = 24.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#2E3720 (or 0x2E3720) is known color: Pine Tree. HEX triplet: 2E, 37 and 20. RGB value is (46,55,32). Sum of RGB (Red+Green+Blue) = 46+55+32=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #2E3720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3720 is #D1C8DF. Grayscale: #313131. Windows color (decimal): -13748448 or 2111278. OLE color: 2111278.

HSL color Cylindrical-coordinate representation of color #2E3720: hue angle of 83.48º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E3720 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 55 32 -
CMYK 0.16 0 0.42 0.78
HSL 83.48º 0.26% 0.17% -
HSV(B) 83.48º 0.42% 0.22% -
XYZ 2.75 3.42 1.88 -
YUV 49.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 46 55 32 0.16 0 0.42 0.78 83.48 0.26 0.17
Hex 2E 37 20 10 0 2A 4E 53 1A 11
Octal 56 67 40 20 0 52 116 123 32 21
Binary 101110 110111 100000 10000 0 101010 1001110 1010011 11010 10001

Color Harmonies of #2E3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3720

Black with #2E3720

Text Example


Text Example

White with #2E3720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,55,32); }

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

background-color css

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

 a { background-color: rgb(46,55,32); }

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

border-color css

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

 span { border-color: rgb(46,55,32); }

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