Html Css Color HEX #2D4131 Timber Green

📋 copy color: '#2D4131'

red 45 ◦ green 65 ◦ blue 49

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

Shades of Timber Green #2D4131

Tints of Timber Green #2D4131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.88%

 BLUE value IS 49 (19.53% from 255) = 30.82%

R = 28.3%
G = 40.88%
B = 30.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#2D4131 (or 0x2D4131) is known color: Timber Green. HEX triplet: 2D, 41 and 31. RGB value is (45,65,49). Sum of RGB (Red+Green+Blue) = 45+65+49=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4131 is #D2BECE. Grayscale: #393939. Windows color (decimal): -13811407 or 3227949. OLE color: 3227949.

HSL color Cylindrical-coordinate representation of color #2D4131: hue angle of 132º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D4131 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 45 65 49 -
CMYK 0.31 0 0.25 0.75
HSL 132º 0.18% 0.22% -
HSV(B) 132º 0.31% 0.25% -
XYZ 3.53 4.56 3.6 -
YUV 57.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 45 65 49 0.31 0 0.25 0.75 132 0.18 0.22
Hex 2D 41 31 1F 0 19 4B 84 12 16
Octal 55 101 61 37 0 31 113 204 22 26
Binary 101101 1000001 110001 11111 0 11001 1001011 10000100 10010 10110

Color Harmonies of #2D4131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4131

Black with #2D4131

Text Example


Text Example

White with #2D4131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,65,49); }

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

background-color css

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

 a { background-color: rgb(45,65,49); }

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

border-color css

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

 span { border-color: rgb(45,65,49); }

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