Html Css Color HEX #2E4631 Timber Green

📋 copy color: '#2E4631'

red 46 ◦ green 70 ◦ blue 49

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

Shades of Timber Green #2E4631

Tints of Timber Green #2E4631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.42%

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

R = 27.88%
G = 42.42%
B = 29.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#2E4631 (or 0x2E4631) is known color: Timber Green. HEX triplet: 2E, 46 and 31. RGB value is (46,70,49). Sum of RGB (Red+Green+Blue) = 46+70+49=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4631 is #D1B9CE. Grayscale: #3C3C3C. Windows color (decimal): -13744591 or 3229230. OLE color: 3229230.

HSL color Cylindrical-coordinate representation of color #2E4631: hue angle of 127.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E4631 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 70 49 -
CMYK 0.34 0 0.30 0.73
HSL 127.5º 0.21% 0.23% -
HSV(B) 127.5º 0.34% 0.27% -
XYZ 3.87 5.18 3.7 -
YUV 60.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 46 70 49 0.34 0 0.30 0.73 127.5 0.21 0.23
Hex 2E 46 31 22 0 1E 49 80 15 17
Octal 56 106 61 42 0 36 111 200 25 27
Binary 101110 1000110 110001 100010 0 11110 1001001 10000000 10101 10111

Color Harmonies of #2E4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4631

Black with #2E4631

Text Example


Text Example

White with #2E4631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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