Html Css Color HEX #294432 Timber Green

📋 copy color: '#294432'

red 41 ◦ green 68 ◦ blue 50

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

Shades of Timber Green #294432

Tints of Timber Green #294432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.77%

 BLUE value IS 50 (19.92% from 255) = 31.45%

R = 25.79%
G = 42.77%
B = 31.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#294432 (or 0x294432) is known color: Timber Green. HEX triplet: 29, 44 and 32. RGB value is (41,68,50). Sum of RGB (Red+Green+Blue) = 41+68+50=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 68 - color contains mainly: green. Hex color #294432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294432 is #D6BBCD. Grayscale: #393939. Windows color (decimal): -14072782 or 3294249. OLE color: 3294249.

HSL color Cylindrical-coordinate representation of color #294432: hue angle of 140º 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 #294432 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 50 -
CMYK 0.40 0 0.26 0.73
HSL 140º 0.25% 0.21% -
HSV(B) 140º 0.4% 0.27% -
XYZ 3.56 4.84 3.76 -
YUV 57.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 41 68 50 0.40 0 0.26 0.73 140 0.25 0.21
Hex 29 44 32 28 0 1A 49 8C 19 15
Octal 51 104 62 50 0 32 111 214 31 25
Binary 101001 1000100 110010 101000 0 11010 1001001 10001100 11001 10101

Color Harmonies of #294432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294432

Black with #294432

Text Example


Text Example

White with #294432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294432; }

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

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

background-color css

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

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

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

border-color css

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

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

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