Html Css Color HEX #294C31 Timber Green

📋 copy color: '#294C31'

red 41 ◦ green 76 ◦ blue 49

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

Shades of Timber Green #294C31

Tints of Timber Green #294C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 45.78%

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

R = 24.7%
G = 45.78%
B = 29.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#294C31 (or 0x294C31) is known color: Timber Green. HEX triplet: 29, 4C and 31. RGB value is (41,76,49). Sum of RGB (Red+Green+Blue) = 41+76+49=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 76 - color contains mainly: green. Hex color #294C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C31 is #D6B3CE. Grayscale: #3E3E3E. Windows color (decimal): -14070735 or 3230761. OLE color: 3230761.

HSL color Cylindrical-coordinate representation of color #294C31: hue angle of 133.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #294C31 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 76 49 -
CMYK 0.46 0 0.36 0.70
HSL 133.71º 0.3% 0.23% -
HSV(B) 133.71º 0.46% 0.3% -
XYZ 4.05 5.86 3.82 -
YUV 62.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 41 76 49 0.46 0 0.36 0.70 133.71 0.3 0.23
Hex 29 4C 31 2E 0 24 46 86 1E 17
Octal 51 114 61 56 0 44 106 206 36 27
Binary 101001 1001100 110001 101110 0 100100 1000110 10000110 11110 10111

Color Harmonies of #294C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C31

Black with #294C31

Text Example


Text Example

White with #294C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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