Html Css Color HEX #2E452E Timber Green

📋 copy color: '#2E452E'

red 46 ◦ green 69 ◦ blue 46

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

Shades of Timber Green #2E452E

Tints of Timber Green #2E452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.57%

R = 28.57%
G = 42.86%
B = 28.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#2E452E (or 0x2E452E) is known color: Timber Green. HEX triplet: 2E, 45 and 2E. RGB value is (46,69,46). Sum of RGB (Red+Green+Blue) = 46+69+46=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #2E452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E452E is #D1BAD1. Grayscale: #3B3B3B. Windows color (decimal): -13744850 or 3032366. OLE color: 3032366.

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

Color convert

RGB 46 69 46 -
CMYK 0.33 0 0.33 0.73
HSL 120º 0.2% 0.23% -
HSV(B) 120º 0.33% 0.27% -
XYZ 3.75 5.03 3.36 -
YUV 59.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 46 69 46 0.33 0 0.33 0.73 120 0.2 0.23
Hex 2E 45 2E 21 0 21 49 78 14 17
Octal 56 105 56 41 0 41 111 170 24 27
Binary 101110 1000101 101110 100001 0 100001 1001001 1111000 10100 10111

Color Harmonies of #2E452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E452E

Black with #2E452E

Text Example


Text Example

White with #2E452E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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