#2E381E

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

Shades of Pine Tree #2E381E

Tints of Pine Tree #2E381E

Color information

#2E381E (or 0x2E381E) is unknown color: approx Pine Tree. HEX triplet: 2E, 38 and 1E. RGB value is (46,56,30). Sum of RGB (Red+Green+Blue) = 46+56+30=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 56 - color contains mainly: green. Hex color #2E381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E381E is #D1C7E1. Grayscale: #323232. Windows color (decimal): -13748194 or 1980462. OLE color: 1980462.

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

Color convert

RGB465630-
CMYK0.1800.460.78
HSL83.08º30.23%16.86%-
HSV(B)83.08º46.43%21.96%-
XYZ2.783.51.76-
YUV50.05116.69125.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.85%
GREEN value IS 56 (22.27% from 255) = 42.42%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=34.85%
G=42.42%
B=22.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4656300.1800.460.7883.0830.2316.86
Hex2E381E1202E4E531e11
Octal567036220561161233621
Binary10111011100011110100100101110100111010100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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