Html Css Color HEX #2E4531 Timber Green

📋 copy color: '#2E4531'

red 46 ◦ green 69 ◦ blue 49

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

Shades of Timber Green #2E4531

Tints of Timber Green #2E4531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.07%

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 28.05%
G = 42.07%
B = 29.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#2E4531 (or 0x2E4531) is known color: Timber Green. HEX triplet: 2E, 45 and 31. RGB value is (46,69,49). Sum of RGB (Red+Green+Blue) = 46+69+49=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4531 is #D1BACE. Grayscale: #3B3B3B. Windows color (decimal): -13744847 or 3228974. OLE color: 3228974.

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

Color convert

RGB 46 69 49 -
CMYK 0.33 0 0.29 0.73
HSL 127.83º 0.2% 0.23% -
HSV(B) 127.83º 0.33% 0.27% -
XYZ 3.81 5.06 3.68 -
YUV 59.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 46 69 49 0.33 0 0.29 0.73 127.83 0.2 0.23
Hex 2E 45 31 21 0 1D 49 80 14 17
Octal 56 105 61 41 0 35 111 200 24 27
Binary 101110 1000101 110001 100001 0 11101 1001001 10000000 10100 10111

Color Harmonies of #2E4531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4531

Black with #2E4531

Text Example


Text Example

White with #2E4531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,69,49); }

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

background-color css

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

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

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

border-color css

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

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

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