#2E381F

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

Shades of Pine Tree #2E381F

Tints of Pine Tree #2E381F

Color information

#2E381F (or 0x2E381F) is unknown color: approx Pine Tree. HEX triplet: 2E, 38 and 1F. RGB value is (46,56,31). Sum of RGB (Red+Green+Blue) = 46+56+31=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 56 - color contains mainly: green. Hex color #2E381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E381F is #D1C7E0. Grayscale: #323232. Windows color (decimal): -13748193 or 2045998. OLE color: 2045998.

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

Color convert

RGB465631-
CMYK0.1800.450.78
HSL84º28.74%17.06%-
HSV(B)84º44.64%21.96%-
XYZ2.793.511.83-
YUV50.16117.19125.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.59%
GREEN value IS 56 (22.27% from 255) = 42.11%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=34.59%
G=42.11%
B=23.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4656310.1800.450.788428.7417.06
Hex2E381F1202D4E541d11
Octal567037220551161243521
Binary10111011100011111100100101101100111010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E381F;
 }
 .AnyTagClassName
 {
   color: #2E381F;
 }
</style>
background-color css

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

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

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

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

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

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