Html Css Color HEX #2E4A34 Timber Green

📋 copy color: '#2E4A34'

red 46 ◦ green 74 ◦ blue 52

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

Shades of Timber Green #2E4A34

Tints of Timber Green #2E4A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.02%

 BLUE value IS 52 (20.7% from 255) = 30.23%

R = 26.74%
G = 43.02%
B = 30.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#2E4A34 (or 0x2E4A34) is known color: Timber Green. HEX triplet: 2E, 4A and 34. RGB value is (46,74,52). Sum of RGB (Red+Green+Blue) = 46+74+52=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A34 is #D1B5CB. Grayscale: #3F3F3F. Windows color (decimal): -13743564 or 3426862. OLE color: 3426862.

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

Color convert

RGB 46 74 52 -
CMYK 0.38 0 0.30 0.71
HSL 132.86º 0.23% 0.24% -
HSV(B) 132.86º 0.38% 0.29% -
XYZ 4.2 5.73 4.13 -
YUV 63.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 46 74 52 0.38 0 0.30 0.71 132.86 0.23 0.24
Hex 2E 4A 34 26 0 1E 47 85 17 18
Octal 56 112 64 46 0 36 107 205 27 30
Binary 101110 1001010 110100 100110 0 11110 1000111 10000101 10111 11000

Color Harmonies of #2E4A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4A34

Black with #2E4A34

Text Example


Text Example

White with #2E4A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,74,52); }

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

background-color css

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

 a { background-color: rgb(46,74,52); }

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

border-color css

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

 span { border-color: rgb(46,74,52); }

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