Html Css Color HEX #2E4931 Timber Green

📋 copy color: '#2E4931'

red 46 ◦ green 73 ◦ blue 49

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

Shades of Timber Green #2E4931

Tints of Timber Green #2E4931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.45%

 BLUE value IS 49 (19.53% from 255) = 29.17%

R = 27.38%
G = 43.45%
B = 29.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#2E4931 (or 0x2E4931) is known color: Timber Green. HEX triplet: 2E, 49 and 31. RGB value is (46,73,49). Sum of RGB (Red+Green+Blue) = 46+73+49=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #2E4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4931 is #D1B6CE. Grayscale: #3E3E3E. Windows color (decimal): -13743823 or 3229998. OLE color: 3229998.

HSL color Cylindrical-coordinate representation of color #2E4931: hue angle of 126.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E4931 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 73 49 -
CMYK 0.37 0 0.33 0.71
HSL 126.67º 0.23% 0.23% -
HSV(B) 126.67º 0.37% 0.29% -
XYZ 4.06 5.57 3.77 -
YUV 62.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 46 73 49 0.37 0 0.33 0.71 126.67 0.23 0.23
Hex 2E 49 31 25 0 21 47 7F 17 17
Octal 56 111 61 45 0 41 107 177 27 27
Binary 101110 1001001 110001 100101 0 100001 1000111 1111111 10111 10111

Color Harmonies of #2E4931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4931

Black with #2E4931

Text Example


Text Example

White with #2E4931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,73,49); }

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

background-color css

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

 a { background-color: rgb(46,73,49); }

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

border-color css

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

 span { border-color: rgb(46,73,49); }

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