Html Css Color HEX #2E391B Pine Tree

📋 copy color: '#2E391B'

red 46 ◦ green 57 ◦ blue 27

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

Shades of Pine Tree #2E391B

Tints of Pine Tree #2E391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.85%

 BLUE value IS 27 (10.94% from 255) = 20.77%

R = 35.38%
G = 43.85%
B = 20.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#2E391B (or 0x2E391B) is known color: Pine Tree. HEX triplet: 2E, 39 and 1B. RGB value is (46,57,27). Sum of RGB (Red+Green+Blue) = 46+57+27=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #2E391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E391B is #D1C6E4. Grayscale: #323232. Windows color (decimal): -13747941 or 1784110. OLE color: 1784110.

HSL color Cylindrical-coordinate representation of color #2E391B: hue angle of 82º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E391B is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 57 27 -
CMYK 0.19 0 0.53 0.78
HSL 82º 0.36% 0.16% -
HSV(B) 82º 0.53% 0.22% -
XYZ 2.79 3.59 1.58 -
YUV 50.29 114.86 124.94 -
System Red Green Blue C M Y K H S L
Decimal 46 57 27 0.19 0 0.53 0.78 82 0.36 0.16
Hex 2E 39 1B 13 0 35 4E 52 24 10
Octal 56 71 33 23 0 65 116 122 44 20
Binary 101110 111001 11011 10011 0 110101 1001110 1010010 100100 10000

Color Harmonies of #2E391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E391B

Black with #2E391B

Text Example


Text Example

White with #2E391B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,57,27); }

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

background-color css

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

 a { background-color: rgb(46,57,27); }

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

border-color css

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

 span { border-color: rgb(46,57,27); }

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