Html Css Color HEX #2E3920 Pine Tree

📋 copy color: '#2E3920'

red 46 ◦ green 57 ◦ blue 32

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

Shades of Pine Tree #2E3920

Tints of Pine Tree #2E3920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 42.22%

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

R = 34.07%
G = 42.22%
B = 23.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#2E3920 (or 0x2E3920) is known color: Pine Tree. HEX triplet: 2E, 39 and 20. RGB value is (46,57,32). Sum of RGB (Red+Green+Blue) = 46+57+32=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3920 is #D1C6DF. Grayscale: #323232. Windows color (decimal): -13747936 or 2111790. OLE color: 2111790.

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

Color convert

RGB 46 57 32 -
CMYK 0.19 0 0.44 0.78
HSL 86.4º 0.28% 0.17% -
HSV(B) 86.4º 0.44% 0.22% -
XYZ 2.85 3.61 1.91 -
YUV 50.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 46 57 32 0.19 0 0.44 0.78 86.4 0.28 0.17
Hex 2E 39 20 13 0 2C 4E 56 1C 11
Octal 56 71 40 23 0 54 116 126 34 21
Binary 101110 111001 100000 10011 0 101100 1001110 1010110 11100 10001

Color Harmonies of #2E3920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3920

Black with #2E3920

Text Example


Text Example

White with #2E3920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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