Html Css Color HEX #2E462E Timber Green

📋 copy color: '#2E462E'

red 46 ◦ green 70 ◦ blue 46

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

Shades of Timber Green #2E462E

Tints of Timber Green #2E462E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.21%

 BLUE value IS 46 (18.36% from 255) = 28.4%

R = 28.4%
G = 43.21%
B = 28.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#2E462E (or 0x2E462E) is known color: Timber Green. HEX triplet: 2E, 46 and 2E. RGB value is (46,70,46). Sum of RGB (Red+Green+Blue) = 46+70+46=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #2E462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E462E is #D1B9D1. Grayscale: #3C3C3C. Windows color (decimal): -13744594 or 3032622. OLE color: 3032622.

HSL color Cylindrical-coordinate representation of color #2E462E: hue angle of 120º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E462E is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 70 46 -
CMYK 0.34 0 0.34 0.73
HSL 120º 0.21% 0.23% -
HSV(B) 120º 0.34% 0.27% -
XYZ 3.81 5.16 3.38 -
YUV 60.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 46 70 46 0.34 0 0.34 0.73 120 0.21 0.23
Hex 2E 46 2E 22 0 22 49 78 15 17
Octal 56 106 56 42 0 42 111 170 25 27
Binary 101110 1000110 101110 100010 0 100010 1001001 1111000 10101 10111

Color Harmonies of #2E462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E462E

Black with #2E462E

Text Example


Text Example

White with #2E462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,70,46); }

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

background-color css

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

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

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

border-color css

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

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

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