Html Css Color HEX #29452D Timber Green

📋 copy color: '#29452D'

red 41 ◦ green 69 ◦ blue 45

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

Shades of Timber Green #29452D

Tints of Timber Green #29452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.52%

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

R = 26.45%
G = 44.52%
B = 29.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#29452D (or 0x29452D) is known color: Timber Green. HEX triplet: 29, 45 and 2D. RGB value is (41,69,45). Sum of RGB (Red+Green+Blue) = 41+69+45=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #29452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29452D is #D6BAD2. Grayscale: #393939. Windows color (decimal): -14072531 or 2966825. OLE color: 2966825.

HSL color Cylindrical-coordinate representation of color #29452D: hue angle of 128.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29452D is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 69 45 -
CMYK 0.41 0 0.35 0.73
HSL 128.57º 0.25% 0.22% -
HSV(B) 128.57º 0.41% 0.27% -
XYZ 3.52 4.92 3.25 -
YUV 57.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 41 69 45 0.41 0 0.35 0.73 128.57 0.25 0.22
Hex 29 45 2D 29 0 23 49 81 19 16
Octal 51 105 55 51 0 43 111 201 31 26
Binary 101001 1000101 101101 101001 0 100011 1001001 10000001 11001 10110

Color Harmonies of #29452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29452D

Black with #29452D

Text Example


Text Example

White with #29452D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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