Html Css Color HEX #2E391E Pine Tree

📋 copy color: '#2E391E'

red 46 ◦ green 57 ◦ blue 30

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

Shades of Pine Tree #2E391E

Tints of Pine Tree #2E391E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.56%

R = 34.59%
G = 42.86%
B = 22.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#2E391E (or 0x2E391E) is known color: Pine Tree. HEX triplet: 2E, 39 and 1E. RGB value is (46,57,30). Sum of RGB (Red+Green+Blue) = 46+57+30=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 57 - color contains mainly: green. Hex color #2E391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E391E is #D1C6E1. Grayscale: #323232. Windows color (decimal): -13747938 or 1980718. OLE color: 1980718.

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

Color convert

RGB 46 57 30 -
CMYK 0.19 0 0.47 0.78
HSL 84.44º 0.31% 0.17% -
HSV(B) 84.44º 0.47% 0.22% -
XYZ 2.82 3.6 1.77 -
YUV 50.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 46 57 30 0.19 0 0.47 0.78 84.44 0.31 0.17
Hex 2E 39 1E 13 0 2F 4E 54 1F 11
Octal 56 71 36 23 0 57 116 124 37 21
Binary 101110 111001 11110 10011 0 101111 1001110 1010100 11111 10001

Color Harmonies of #2E391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E391E

Black with #2E391E

Text Example


Text Example

White with #2E391E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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