Html Css Color HEX #2E4032 Timber Green

📋 copy color: '#2E4032'

red 46 ◦ green 64 ◦ blue 50

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

Shades of Timber Green #2E4032

Tints of Timber Green #2E4032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40%

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

R = 28.75%
G = 40%
B = 31.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#2E4032 (or 0x2E4032) is known color: Timber Green. HEX triplet: 2E, 40 and 32. RGB value is (46,64,50). Sum of RGB (Red+Green+Blue) = 46+64+50=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4032 is #D1BFCD. Grayscale: #393939. Windows color (decimal): -13746126 or 3293230. OLE color: 3293230.

HSL color Cylindrical-coordinate representation of color #2E4032: hue angle of 133.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E4032 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 64 50 -
CMYK 0.28 0 0.22 0.75
HSL 133.33º 0.16% 0.22% -
HSV(B) 133.33º 0.28% 0.25% -
XYZ 3.54 4.48 3.7 -
YUV 57.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 46 64 50 0.28 0 0.22 0.75 133.33 0.16 0.22
Hex 2E 40 32 1C 0 16 4B 85 10 16
Octal 56 100 62 34 0 26 113 205 20 26
Binary 101110 1000000 110010 11100 0 10110 1001011 10000101 10000 10110

Color Harmonies of #2E4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4032

Black with #2E4032

Text Example


Text Example

White with #2E4032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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