Html Css Color HEX #2E3D30 Timber Green

📋 copy color: '#2E3D30'

red 46 ◦ green 61 ◦ blue 48

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

Shades of Timber Green #2E3D30

Tints of Timber Green #2E3D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.35%

 BLUE value IS 48 (19.14% from 255) = 30.97%

R = 29.68%
G = 39.35%
B = 30.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#2E3D30 (or 0x2E3D30) is known color: Timber Green. HEX triplet: 2E, 3D and 30. RGB value is (46,61,48). Sum of RGB (Red+Green+Blue) = 46+61+48=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D30 is #D1C2CF. Grayscale: #373737. Windows color (decimal): -13746896 or 3161390. OLE color: 3161390.

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

Color convert

RGB 46 61 48 -
CMYK 0.25 0 0.21 0.76
HSL 128º 0.14% 0.21% -
HSV(B) 128º 0.25% 0.24% -
XYZ 3.33 4.13 3.42 -
YUV 55.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 46 61 48 0.25 0 0.21 0.76 128 0.14 0.21
Hex 2E 3D 30 19 0 15 4C 80 E 15
Octal 56 75 60 31 0 25 114 200 16 25
Binary 101110 111101 110000 11001 0 10101 1001100 10000000 1110 10101

Color Harmonies of #2E3D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3D30

Black with #2E3D30

Text Example


Text Example

White with #2E3D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,61,48); }

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

background-color css

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

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

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

border-color css

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

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

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