#29482F

Color #29482F Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #29482F

Tints of Timber Green #29482F

Color information

#29482F (or 0x29482F) is unknown color: approx Timber Green. HEX triplet: 29, 48 and 2F. RGB value is (41,72,47). Sum of RGB (Red+Green+Blue) = 41+72+47=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #29482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29482F is #D6B7D0. Grayscale: #3B3B3B. Windows color (decimal): -14071761 or 3098665. OLE color: 3098665.

HSL color Cylindrical-coordinate representation of color #29482F: hue angle of 131.61º 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 #29482F is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB417247-
CMYK0.4300.350.72
HSL131.61º27.43%22.16%-
HSV(B)131.61º43.06%28.24%-
XYZ3.745.313.52-
YUV59.88120.73114.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=25.62%
G=45%
B=29.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4172470.4300.350.72131.6127.4322.16
Hex29482F2B02348841b16
Octal5111057530431102043326
Binary101001100100010111110101101000111001000100001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29482F;
 }
 .AnyTagClassName
 {
   color: #29482F;
 }
</style>
background-color css

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

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

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

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

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

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