Html Css Color HEX #2E381D Pine Tree

📋 copy color: '#2E381D'

red 46 ◦ green 56 ◦ blue 29

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

Shades of Pine Tree #2E381D

Tints of Pine Tree #2E381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.75%

 BLUE value IS 29 (11.72% from 255) = 22.14%

R = 35.11%
G = 42.75%
B = 22.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#2E381D (or 0x2E381D) is known color: Pine Tree. HEX triplet: 2E, 38 and 1D. RGB value is (46,56,29). Sum of RGB (Red+Green+Blue) = 46+56+29=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #2E381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E381D is #D1C7E2. Grayscale: #323232. Windows color (decimal): -13748195 or 1914926. OLE color: 1914926.

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

Color convert

RGB 46 56 29 -
CMYK 0.18 0 0.48 0.78
HSL 82.22º 0.32% 0.17% -
HSV(B) 82.22º 0.48% 0.22% -
XYZ 2.76 3.5 1.69 -
YUV 49.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 46 56 29 0.18 0 0.48 0.78 82.22 0.32 0.17
Hex 2E 38 1D 12 0 30 4E 52 20 11
Octal 56 70 35 22 0 60 116 122 40 21
Binary 101110 111000 11101 10010 0 110000 1001110 1010010 100000 10001

Color Harmonies of #2E381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E381D

Black with #2E381D

Text Example


Text Example

White with #2E381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,56,29); }

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

background-color css

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

 a { background-color: rgb(46,56,29); }

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

border-color css

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

 span { border-color: rgb(46,56,29); }

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