Html Css Color HEX #29422E Timber Green

📋 copy color: '#29422E'

red 41 ◦ green 66 ◦ blue 46

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

Shades of Timber Green #29422E

Tints of Timber Green #29422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.14%

 BLUE value IS 46 (18.36% from 255) = 30.07%

R = 26.8%
G = 43.14%
B = 30.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#29422E (or 0x29422E) is known color: Timber Green. HEX triplet: 29, 42 and 2E. RGB value is (41,66,46). Sum of RGB (Red+Green+Blue) = 41+66+46=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #29422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29422E is #D6BDD1. Grayscale: #383838. Windows color (decimal): -14073298 or 3031593. OLE color: 3031593.

HSL color Cylindrical-coordinate representation of color #29422E: hue angle of 132º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #29422E is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 66 46 -
CMYK 0.38 0 0.30 0.74
HSL 132º 0.23% 0.21% -
HSV(B) 132º 0.38% 0.26% -
XYZ 3.36 4.57 3.29 -
YUV 56.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 41 66 46 0.38 0 0.30 0.74 132 0.23 0.21
Hex 29 42 2E 26 0 1E 4A 84 17 15
Octal 51 102 56 46 0 36 112 204 27 25
Binary 101001 1000010 101110 100110 0 11110 1001010 10000100 10111 10101

Color Harmonies of #29422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29422E

Black with #29422E

Text Example


Text Example

White with #29422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29422E; }

 p { color: rgb(41,66,46); }

 H1.HeaderClassName
 {
   color: #29422E;
 }
 .AnyTagClassName
 {
   color: #29422E;
 }
</style>

background-color css

<style>
 a { background-color: #29422E; }

 a { background-color: rgb(41,66,46); }

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

border-color css

<style>
 span { border-color: #29422E; }

 span { border-color: rgb(41,66,46); }

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