Html Css Color HEX #2E3721 Pine Tree

📋 copy color: '#2E3721'

red 46 ◦ green 55 ◦ blue 33

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

Shades of Pine Tree #2E3721

Tints of Pine Tree #2E3721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.63%

R = 34.33%
G = 41.04%
B = 24.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#2E3721 (or 0x2E3721) is known color: Pine Tree. HEX triplet: 2E, 37 and 21. RGB value is (46,55,33). Sum of RGB (Red+Green+Blue) = 46+55+33=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #2E3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3721 is #D1C8DE. Grayscale: #313131. Windows color (decimal): -13748447 or 2176814. OLE color: 2176814.

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

Color convert

RGB 46 55 33 -
CMYK 0.16 0 0.4 0.78
HSL 84.55º 0.25% 0.17% -
HSV(B) 84.55º 0.4% 0.22% -
XYZ 2.77 3.42 1.95 -
YUV 49.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 46 55 33 0.16 0 0.4 0.78 84.55 0.25 0.17
Hex 2E 37 21 10 0 28 4E 55 19 11
Octal 56 67 41 20 0 50 116 125 31 21
Binary 101110 110111 100001 10000 0 101000 1001110 1010101 11001 10001

Color Harmonies of #2E3721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3721

Black with #2E3721

Text Example


Text Example

White with #2E3721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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