Html Css Color HEX #2E4932 Timber Green

📋 copy color: '#2E4932'

red 46 ◦ green 73 ◦ blue 50

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

Shades of Timber Green #2E4932

Tints of Timber Green #2E4932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.59%

R = 27.22%
G = 43.2%
B = 29.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#2E4932 (or 0x2E4932) is known color: Timber Green. HEX triplet: 2E, 49 and 32. RGB value is (46,73,50). Sum of RGB (Red+Green+Blue) = 46+73+50=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #2E4932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4932 is #D1B6CD. Grayscale: #3E3E3E. Windows color (decimal): -13743822 or 3295534. OLE color: 3295534.

HSL color Cylindrical-coordinate representation of color #2E4932: hue angle of 128.89º 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 #2E4932 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 73 50 -
CMYK 0.37 0 0.32 0.71
HSL 128.89º 0.23% 0.23% -
HSV(B) 128.89º 0.37% 0.29% -
XYZ 4.08 5.58 3.88 -
YUV 62.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 46 73 50 0.37 0 0.32 0.71 128.89 0.23 0.23
Hex 2E 49 32 25 0 20 47 81 17 17
Octal 56 111 62 45 0 40 107 201 27 27
Binary 101110 1001001 110010 100101 0 100000 1000111 10000001 10111 10111

Color Harmonies of #2E4932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4932

Black with #2E4932

Text Example


Text Example

White with #2E4932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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