Html Css Color HEX #2E4A36 Timber Green

📋 copy color: '#2E4A36'

red 46 ◦ green 74 ◦ blue 54

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

Shades of Timber Green #2E4A36

Tints of Timber Green #2E4A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 26.44%
G = 42.53%
B = 31.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#2E4A36 (or 0x2E4A36) is known color: Timber Green. HEX triplet: 2E, 4A and 36. RGB value is (46,74,54). Sum of RGB (Red+Green+Blue) = 46+74+54=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A36 is #D1B5C9. Grayscale: #3F3F3F. Windows color (decimal): -13743562 or 3557934. OLE color: 3557934.

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

Color convert

RGB 46 74 54 -
CMYK 0.38 0 0.27 0.71
HSL 137.14º 0.23% 0.24% -
HSV(B) 137.14º 0.38% 0.29% -
XYZ 4.24 5.74 4.38 -
YUV 63.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 46 74 54 0.38 0 0.27 0.71 137.14 0.23 0.24
Hex 2E 4A 36 26 0 1B 47 89 17 18
Octal 56 112 66 46 0 33 107 211 27 30
Binary 101110 1001010 110110 100110 0 11011 1000111 10001001 10111 11000

Color Harmonies of #2E4A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4A36

Black with #2E4A36

Text Example


Text Example

White with #2E4A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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