Html Css Color HEX #2E3C31 Timber Green

📋 copy color: '#2E3C31'

red 46 ◦ green 60 ◦ blue 49

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

Shades of Timber Green #2E3C31

Tints of Timber Green #2E3C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.71%

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

R = 29.68%
G = 38.71%
B = 31.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#2E3C31 (or 0x2E3C31) is known color: Timber Green. HEX triplet: 2E, 3C and 31. RGB value is (46,60,49). Sum of RGB (Red+Green+Blue) = 46+60+49=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C31 is #D1C3CE. Grayscale: #363636. Windows color (decimal): -13747151 or 3226670. OLE color: 3226670.

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

Color convert

RGB 46 60 49 -
CMYK 0.23 0 0.18 0.76
HSL 132.86º 0.13% 0.21% -
HSV(B) 132.86º 0.23% 0.24% -
XYZ 3.3 4.03 3.51 -
YUV 54.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 46 60 49 0.23 0 0.18 0.76 132.86 0.13 0.21
Hex 2E 3C 31 17 0 12 4C 85 D 15
Octal 56 74 61 27 0 22 114 205 15 25
Binary 101110 111100 110001 10111 0 10010 1001100 10000101 1101 10101

Color Harmonies of #2E3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3C31

Black with #2E3C31

Text Example


Text Example

White with #2E3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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