Html Css Color HEX #2E4834 Timber Green

📋 copy color: '#2E4834'

red 46 ◦ green 72 ◦ blue 52

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

Shades of Timber Green #2E4834

Tints of Timber Green #2E4834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.59%

R = 27.06%
G = 42.35%
B = 30.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#2E4834 (or 0x2E4834) is known color: Timber Green. HEX triplet: 2E, 48 and 34. RGB value is (46,72,52). Sum of RGB (Red+Green+Blue) = 46+72+52=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4834 is #D1B7CB. Grayscale: #3D3D3D. Windows color (decimal): -13744076 or 3426350. OLE color: 3426350.

HSL color Cylindrical-coordinate representation of color #2E4834: hue angle of 133.85º 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 #2E4834 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 72 52 -
CMYK 0.36 0 0.28 0.72
HSL 133.85º 0.22% 0.23% -
HSV(B) 133.85º 0.36% 0.28% -
XYZ 4.06 5.46 4.09 -
YUV 61.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 46 72 52 0.36 0 0.28 0.72 133.85 0.22 0.23
Hex 2E 48 34 24 0 1C 48 86 16 17
Octal 56 110 64 44 0 34 110 206 26 27
Binary 101110 1001000 110100 100100 0 11100 1001000 10000110 10110 10111

Color Harmonies of #2E4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4834

Black with #2E4834

Text Example


Text Example

White with #2E4834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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