Html Css Color HEX #2E371F Pine Tree

📋 copy color: '#2E371F'

red 46 ◦ green 55 ◦ blue 31

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

Shades of Pine Tree #2E371F

Tints of Pine Tree #2E371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.48%

R = 34.85%
G = 41.67%
B = 23.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#2E371F (or 0x2E371F) is known color: Pine Tree. HEX triplet: 2E, 37 and 1F. RGB value is (46,55,31). Sum of RGB (Red+Green+Blue) = 46+55+31=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #2E371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E371F is #D1C8E0. Grayscale: #313131. Windows color (decimal): -13748449 or 2045742. OLE color: 2045742.

HSL color Cylindrical-coordinate representation of color #2E371F: hue angle of 82.5º 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 #2E371F is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 55 31 -
CMYK 0.16 0 0.44 0.78
HSL 82.5º 0.28% 0.17% -
HSV(B) 82.5º 0.44% 0.22% -
XYZ 2.74 3.41 1.81 -
YUV 49.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 46 55 31 0.16 0 0.44 0.78 82.5 0.28 0.17
Hex 2E 37 1F 10 0 2C 4E 52 1C 11
Octal 56 67 37 20 0 54 116 122 34 21
Binary 101110 110111 11111 10000 0 101100 1001110 1010010 11100 10001

Color Harmonies of #2E371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E371F

Black with #2E371F

Text Example


Text Example

White with #2E371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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