Html Css Color HEX #29482D Timber Green

📋 copy color: '#29482D'

red 41 ◦ green 72 ◦ blue 45

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

Shades of Timber Green #29482D

Tints of Timber Green #29482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

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

R = 25.95%
G = 45.57%
B = 28.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#29482D (or 0x29482D) is known color: Timber Green. HEX triplet: 29, 48 and 2D. RGB value is (41,72,45). Sum of RGB (Red+Green+Blue) = 41+72+45=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #29482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29482D is #D6B7D2. Grayscale: #3B3B3B. Windows color (decimal): -14071763 or 2967593. OLE color: 2967593.

HSL color Cylindrical-coordinate representation of color #29482D: hue angle of 127.74º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #29482D is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 72 45 -
CMYK 0.43 0 0.38 0.72
HSL 127.74º 0.27% 0.22% -
HSV(B) 127.74º 0.43% 0.28% -
XYZ 3.71 5.3 3.31 -
YUV 59.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 41 72 45 0.43 0 0.38 0.72 127.74 0.27 0.22
Hex 29 48 2D 2B 0 26 48 80 1B 16
Octal 51 110 55 53 0 46 110 200 33 26
Binary 101001 1001000 101101 101011 0 100110 1001000 10000000 11011 10110

Color Harmonies of #29482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29482D

Black with #29482D

Text Example


Text Example

White with #29482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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