Html Css Color HEX #2E4133 Timber Green

📋 copy color: '#2E4133'

red 46 ◦ green 65 ◦ blue 51

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

Shades of Timber Green #2E4133

Tints of Timber Green #2E4133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.12%

 BLUE value IS 51 (20.31% from 255) = 31.48%

R = 28.4%
G = 40.12%
B = 31.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#2E4133 (or 0x2E4133) is known color: Timber Green. HEX triplet: 2E, 41 and 33. RGB value is (46,65,51). Sum of RGB (Red+Green+Blue) = 46+65+51=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4133 is #D1BECC. Grayscale: #393939. Windows color (decimal): -13745869 or 3359022. OLE color: 3359022.

HSL color Cylindrical-coordinate representation of color #2E4133: hue angle of 135.79º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E4133 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 65 51 -
CMYK 0.29 0 0.22 0.75
HSL 135.79º 0.17% 0.22% -
HSV(B) 135.79º 0.29% 0.25% -
XYZ 3.61 4.6 3.83 -
YUV 57.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 46 65 51 0.29 0 0.22 0.75 135.79 0.17 0.22
Hex 2E 41 33 1D 0 16 4B 88 11 16
Octal 56 101 63 35 0 26 113 210 21 26
Binary 101110 1000001 110011 11101 0 10110 1001011 10001000 10001 10110

Color Harmonies of #2E4133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4133

Black with #2E4133

Text Example


Text Example

White with #2E4133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,65,51); }

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

background-color css

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

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

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

border-color css

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

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

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