Html Css Color HEX #2E4533 Timber Green

📋 copy color: '#2E4533'

red 46 ◦ green 69 ◦ blue 51

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

Shades of Timber Green #2E4533

Tints of Timber Green #2E4533

RGB

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

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

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

R = 27.71%
G = 41.57%
B = 30.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#2E4533 (or 0x2E4533) is known color: Timber Green. HEX triplet: 2E, 45 and 33. RGB value is (46,69,51). Sum of RGB (Red+Green+Blue) = 46+69+51=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4533 is #D1BACC. Grayscale: #3C3C3C. Windows color (decimal): -13744845 or 3360046. OLE color: 3360046.

HSL color Cylindrical-coordinate representation of color #2E4533: hue angle of 133.04º 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 #2E4533 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 69 51 -
CMYK 0.33 0 0.26 0.73
HSL 133.04º 0.2% 0.23% -
HSV(B) 133.04º 0.33% 0.27% -
XYZ 3.85 5.08 3.91 -
YUV 60.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 46 69 51 0.33 0 0.26 0.73 133.04 0.2 0.23
Hex 2E 45 33 21 0 1A 49 85 14 17
Octal 56 105 63 41 0 32 111 205 24 27
Binary 101110 1000101 110011 100001 0 11010 1001001 10000101 10100 10111

Color Harmonies of #2E4533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4533

Black with #2E4533

Text Example


Text Example

White with #2E4533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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