Html Css Color HEX #2E4732 Timber Green

📋 copy color: '#2E4732'

red 46 ◦ green 71 ◦ blue 50

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

Shades of Timber Green #2E4732

Tints of Timber Green #2E4732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.51%

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

R = 27.54%
G = 42.51%
B = 29.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#2E4732 (or 0x2E4732) is known color: Timber Green. HEX triplet: 2E, 47 and 32. RGB value is (46,71,50). Sum of RGB (Red+Green+Blue) = 46+71+50=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #2E4732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4732 is #D1B8CD. Grayscale: #3D3D3D. Windows color (decimal): -13744334 or 3295022. OLE color: 3295022.

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

Color convert

RGB 46 71 50 -
CMYK 0.35 0 0.30 0.72
HSL 129.6º 0.21% 0.23% -
HSV(B) 129.6º 0.35% 0.28% -
XYZ 3.96 5.32 3.84 -
YUV 61.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 46 71 50 0.35 0 0.30 0.72 129.6 0.21 0.23
Hex 2E 47 32 23 0 1E 48 82 15 17
Octal 56 107 62 43 0 36 110 202 25 27
Binary 101110 1000111 110010 100011 0 11110 1001000 10000010 10101 10111

Color Harmonies of #2E4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4732

Black with #2E4732

Text Example


Text Example

White with #2E4732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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