#2E381D

Color #2E381D Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #2E381D

Tints of Pine Tree #2E381D

Color information

#2E381D (or 0x2E381D) is unknown color: approx 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

RGB465629-
CMYK0.1800.480.78
HSL82.22º31.76%16.67%-
HSV(B)82.22º48.21%21.96%-
XYZ2.763.51.69-
YUV49.93116.19125.2-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4656290.1800.480.7882.2231.7616.67
Hex2E381D120304E522011
Octal567035220601161224021
Binary101110111000111011001001100001001110101001010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>