Html Css Color HEX #2D442E Timber Green

📋 copy color: '#2D442E'

red 45 ◦ green 68 ◦ blue 46

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

Shades of Timber Green #2D442E

Tints of Timber Green #2D442E

RGB

 RED value IS 45 (17.97% from 255) = 28.3%

 GREEN value IS 68 (26.95% from 255) = 42.77%

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

R = 28.3%
G = 42.77%
B = 28.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#2D442E (or 0x2D442E) is known color: Timber Green. HEX triplet: 2D, 44 and 2E. RGB value is (45,68,46). Sum of RGB (Red+Green+Blue) = 45+68+46=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 68 - color contains mainly: green. Hex color #2D442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D442E is #D2BBD1. Grayscale: #3A3A3A. Windows color (decimal): -13810642 or 3032109. OLE color: 3032109.

HSL color Cylindrical-coordinate representation of color #2D442E: hue angle of 122.61º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2D442E is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB 45 68 46 -
CMYK 0.34 0 0.32 0.73
HSL 122.61º 0.2% 0.22% -
HSV(B) 122.61º 0.34% 0.27% -
XYZ 3.64 4.89 3.34 -
YUV 58.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 45 68 46 0.34 0 0.32 0.73 122.61 0.2 0.22
Hex 2D 44 2E 22 0 20 49 7B 14 16
Octal 55 104 56 42 0 40 111 173 24 26
Binary 101101 1000100 101110 100010 0 100000 1001001 1111011 10100 10110

Color Harmonies of #2D442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D442E

Black with #2D442E

Text Example


Text Example

White with #2D442E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,68,46); }

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

background-color css

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

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

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

border-color css

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

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

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