Html Css Color HEX #294A31 Timber Green

📋 copy color: '#294A31'

red 41 ◦ green 74 ◦ blue 49

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

Shades of Timber Green #294A31

Tints of Timber Green #294A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.12%

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 25%
G = 45.12%
B = 29.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#294A31 (or 0x294A31) is known color: Timber Green. HEX triplet: 29, 4A and 31. RGB value is (41,74,49). Sum of RGB (Red+Green+Blue) = 41+74+49=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 74 - color contains mainly: green. Hex color #294A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A31 is #D6B5CE. Grayscale: #3D3D3D. Windows color (decimal): -14071247 or 3230249. OLE color: 3230249.

HSL color Cylindrical-coordinate representation of color #294A31: hue angle of 134.55º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294A31 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 74 49 -
CMYK 0.45 0 0.34 0.71
HSL 134.55º 0.29% 0.23% -
HSV(B) 134.55º 0.45% 0.29% -
XYZ 3.92 5.59 3.78 -
YUV 61.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 41 74 49 0.45 0 0.34 0.71 134.55 0.29 0.23
Hex 29 4A 31 2D 0 22 47 87 1D 17
Octal 51 112 61 55 0 42 107 207 35 27
Binary 101001 1001010 110001 101101 0 100010 1000111 10000111 11101 10111

Color Harmonies of #294A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A31

Black with #294A31

Text Example


Text Example

White with #294A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294A31; }

 p { color: rgb(41,74,49); }

 H1.HeaderClassName
 {
   color: #294A31;
 }
 .AnyTagClassName
 {
   color: #294A31;
 }
</style>

background-color css

<style>
 a { background-color: #294A31; }

 a { background-color: rgb(41,74,49); }

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

border-color css

<style>
 span { border-color: #294A31; }

 span { border-color: rgb(41,74,49); }

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