Html Css Color HEX #2E4832 Timber Green

📋 copy color: '#2E4832'

red 46 ◦ green 72 ◦ blue 50

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

Shades of Timber Green #2E4832

Tints of Timber Green #2E4832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

 BLUE value IS 50 (19.92% from 255) = 29.76%

R = 27.38%
G = 42.86%
B = 29.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#2E4832 (or 0x2E4832) is known color: Timber Green. HEX triplet: 2E, 48 and 32. RGB value is (46,72,50). Sum of RGB (Red+Green+Blue) = 46+72+50=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4832 is #D1B7CD. Grayscale: #3D3D3D. Windows color (decimal): -13744078 or 3295278. OLE color: 3295278.

HSL color Cylindrical-coordinate representation of color #2E4832: hue angle of 129.23º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E4832 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 72 50 -
CMYK 0.36 0 0.31 0.72
HSL 129.23º 0.22% 0.23% -
HSV(B) 129.23º 0.36% 0.28% -
XYZ 4.02 5.45 3.86 -
YUV 61.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 46 72 50 0.36 0 0.31 0.72 129.23 0.22 0.23
Hex 2E 48 32 24 0 1F 48 81 16 17
Octal 56 110 62 44 0 37 110 201 26 27
Binary 101110 1001000 110010 100100 0 11111 1001000 10000001 10110 10111

Color Harmonies of #2E4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4832

Black with #2E4832

Text Example


Text Example

White with #2E4832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,72,50); }

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

background-color css

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

 a { background-color: rgb(46,72,50); }

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

border-color css

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

 span { border-color: rgb(46,72,50); }

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