#29442B

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

Shades of Timber Green #29442B

Tints of Timber Green #29442B

Color information

#29442B (or 0x29442B) is unknown color: approx Timber Green. HEX triplet: 29, 44 and 2B. RGB value is (41,68,43). Sum of RGB (Red+Green+Blue) = 41+68+43=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #29442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29442B is #D6BBD4. Grayscale: #393939. Windows color (decimal): -14072789 or 2835497. OLE color: 2835497.

HSL color Cylindrical-coordinate representation of color #29442B: hue angle of 124.44º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #29442B is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB416843-
CMYK0.4000.370.73
HSL124.44º24.77%21.37%-
HSV(B)124.44º39.71%26.67%-
XYZ3.424.783.03-
YUV57.08120.05116.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=26.97%
G=44.74%
B=28.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168430.4000.370.73124.4424.7721.37
Hex29442B28025497c1915
Octal5110453500451111743125
Binary10100110001001010111010000100101100100111111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29442B; }

 p { color: rgb(41,68,43); }

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

<style>
 a { background-color: #29442B; }

 a { background-color: rgb(41,68,43); }

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

<style>
 span { border-color: #29442B; }

 span { border-color: rgb(41,68,43); }

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