Html Css Color HEX #294B31 Timber Green

📋 copy color: '#294B31'

red 41 ◦ green 75 ◦ blue 49

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

Shades of Timber Green #294B31

Tints of Timber Green #294B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 45.45%

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

R = 24.85%
G = 45.45%
B = 29.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#294B31 (or 0x294B31) is known color: Timber Green. HEX triplet: 29, 4B and 31. RGB value is (41,75,49). Sum of RGB (Red+Green+Blue) = 41+75+49=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #294B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B31 is #D6B4CE. Grayscale: #3D3D3D. Windows color (decimal): -14070991 or 3230505. OLE color: 3230505.

HSL color Cylindrical-coordinate representation of color #294B31: hue angle of 134.12º 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 #294B31 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 75 49 -
CMYK 0.45 0 0.35 0.71
HSL 134.12º 0.29% 0.23% -
HSV(B) 134.12º 0.45% 0.29% -
XYZ 3.98 5.73 3.8 -
YUV 61.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 41 75 49 0.45 0 0.35 0.71 134.12 0.29 0.23
Hex 29 4B 31 2D 0 23 47 86 1D 17
Octal 51 113 61 55 0 43 107 206 35 27
Binary 101001 1001011 110001 101101 0 100011 1000111 10000110 11101 10111

Color Harmonies of #294B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B31

Black with #294B31

Text Example


Text Example

White with #294B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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