Html Css Color HEX #2E4B33 Timber Green

📋 copy color: '#2E4B33'

red 46 ◦ green 75 ◦ blue 51

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

Shades of Timber Green #2E4B33

Tints of Timber Green #2E4B33

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.6%

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

R = 26.74%
G = 43.6%
B = 29.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#2E4B33 (or 0x2E4B33) is known color: Timber Green. HEX triplet: 2E, 4B and 33. RGB value is (46,75,51). Sum of RGB (Red+Green+Blue) = 46+75+51=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B33 is #D1B4CC. Grayscale: #3F3F3F. Windows color (decimal): -13743309 or 3361582. OLE color: 3361582.

HSL color Cylindrical-coordinate representation of color #2E4B33: hue angle of 130.34º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4B33 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 75 51 -
CMYK 0.39 0 0.32 0.71
HSL 130.34º 0.24% 0.24% -
HSV(B) 130.34º 0.39% 0.29% -
XYZ 4.24 5.85 4.04 -
YUV 63.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 46 75 51 0.39 0 0.32 0.71 130.34 0.24 0.24
Hex 2E 4B 33 27 0 20 47 82 18 18
Octal 56 113 63 47 0 40 107 202 30 30
Binary 101110 1001011 110011 100111 0 100000 1000111 10000010 11000 11000

Color Harmonies of #2E4B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4B33

Black with #2E4B33

Text Example


Text Example

White with #2E4B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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