Html Css Color HEX #2D4331 Timber Green

📋 copy color: '#2D4331'

red 45 ◦ green 67 ◦ blue 49

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

Shades of Timber Green #2D4331

Tints of Timber Green #2D4331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.61%

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

R = 27.95%
G = 41.61%
B = 30.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#2D4331 (or 0x2D4331) is known color: Timber Green. HEX triplet: 2D, 43 and 31. RGB value is (45,67,49). Sum of RGB (Red+Green+Blue) = 45+67+49=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4331 is #D2BCCE. Grayscale: #3A3A3A. Windows color (decimal): -13810895 or 3228461. OLE color: 3228461.

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

Color convert

RGB 45 67 49 -
CMYK 0.33 0 0.27 0.74
HSL 130.91º 0.2% 0.22% -
HSV(B) 130.91º 0.33% 0.26% -
XYZ 3.64 4.79 3.64 -
YUV 58.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 45 67 49 0.33 0 0.27 0.74 130.91 0.2 0.22
Hex 2D 43 31 21 0 1B 4A 83 14 16
Octal 55 103 61 41 0 33 112 203 24 26
Binary 101101 1000011 110001 100001 0 11011 1001010 10000011 10100 10110

Color Harmonies of #2D4331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4331

Black with #2D4331

Text Example


Text Example

White with #2D4331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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