#29452B

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

Shades of Timber Green #29452B

Tints of Timber Green #29452B

Color information

#29452B (or 0x29452B) is unknown color: approx Timber Green. HEX triplet: 29, 45 and 2B. RGB value is (41,69,43). Sum of RGB (Red+Green+Blue) = 41+69+43=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #29452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29452B is #D6BAD4. Grayscale: #393939. Windows color (decimal): -14072533 or 2835753. OLE color: 2835753.

HSL color Cylindrical-coordinate representation of color #29452B: hue angle of 124.29º 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 #29452B is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB416943-
CMYK0.4100.380.73
HSL124.29º25.45%21.57%-
HSV(B)124.29º40.58%27.06%-
XYZ3.484.93.05-
YUV57.66119.72116.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.80%
GREEN value IS 69 (27.34% from 255) = 45.10%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=26.80%
G=45.10%
B=28.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169430.4100.380.73124.2925.4521.57
Hex29452B29026497c1916
Octal5110553510461111743126
Binary10100110001011010111010010100110100100111111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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