Html Css Color HEX #2D4031 Timber Green

📋 copy color: '#2D4031'

red 45 ◦ green 64 ◦ blue 49

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

Shades of Timber Green #2D4031

Tints of Timber Green #2D4031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.51%

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

R = 28.48%
G = 40.51%
B = 31.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#2D4031 (or 0x2D4031) is known color: Timber Green. HEX triplet: 2D, 40 and 31. RGB value is (45,64,49). Sum of RGB (Red+Green+Blue) = 45+64+49=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4031 is #D2BFCE. Grayscale: #383838. Windows color (decimal): -13811663 or 3227693. OLE color: 3227693.

HSL color Cylindrical-coordinate representation of color #2D4031: hue angle of 132.63º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2D4031 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 45 64 49 -
CMYK 0.30 0 0.23 0.75
HSL 132.63º 0.17% 0.21% -
HSV(B) 132.63º 0.3% 0.25% -
XYZ 3.47 4.45 3.58 -
YUV 56.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 45 64 49 0.30 0 0.23 0.75 132.63 0.17 0.21
Hex 2D 40 31 1E 0 17 4B 85 11 15
Octal 55 100 61 36 0 27 113 205 21 25
Binary 101101 1000000 110001 11110 0 10111 1001011 10000101 10001 10101

Color Harmonies of #2D4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4031

Black with #2D4031

Text Example


Text Example

White with #2D4031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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