Html Css Color HEX #29412D Timber Green

📋 copy color: '#29412D'

red 41 ◦ green 65 ◦ blue 45

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

Shades of Timber Green #29412D

Tints of Timber Green #29412D

RGB

 RED value IS 41 (16.41% from 255) = 27.15%

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

 BLUE value IS 45 (17.97% from 255) = 29.8%

R = 27.15%
G = 43.05%
B = 29.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#29412D (or 0x29412D) is known color: Timber Green. HEX triplet: 29, 41 and 2D. RGB value is (41,65,45). Sum of RGB (Red+Green+Blue) = 41+65+45=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #29412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29412D is #D6BED2. Grayscale: #373737. Windows color (decimal): -14073555 or 2965801. OLE color: 2965801.

HSL color Cylindrical-coordinate representation of color #29412D: hue angle of 130º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #29412D is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 65 45 -
CMYK 0.37 0 0.31 0.75
HSL 130º 0.23% 0.21% -
HSV(B) 130º 0.37% 0.25% -
XYZ 3.28 4.44 3.17 -
YUV 55.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 41 65 45 0.37 0 0.31 0.75 130 0.23 0.21
Hex 29 41 2D 25 0 1F 4B 82 17 15
Octal 51 101 55 45 0 37 113 202 27 25
Binary 101001 1000001 101101 100101 0 11111 1001011 10000010 10111 10101

Color Harmonies of #29412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29412D

Black with #29412D

Text Example


Text Example

White with #29412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29412D; }

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

 H1.HeaderClassName
 {
   color: #29412D;
 }
 .AnyTagClassName
 {
   color: #29412D;
 }
</style>

background-color css

<style>
 a { background-color: #29412D; }

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

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

border-color css

<style>
 span { border-color: #29412D; }

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

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