Html Css Color HEX #294C2E Timber Green

📋 copy color: '#294C2E'

red 41 ◦ green 76 ◦ blue 46

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

Shades of Timber Green #294C2E

Tints of Timber Green #294C2E

RGB

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

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

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

R = 25.15%
G = 46.63%
B = 28.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#294C2E (or 0x294C2E) is known color: Timber Green. HEX triplet: 29, 4C and 2E. RGB value is (41,76,46). Sum of RGB (Red+Green+Blue) = 41+76+46=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #294C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C2E is #D6B3D1. Grayscale: #3E3E3E. Windows color (decimal): -14070738 or 3034153. OLE color: 3034153.

HSL color Cylindrical-coordinate representation of color #294C2E: hue angle of 128.57º 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 #294C2E is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 76 46 -
CMYK 0.46 0 0.39 0.70
HSL 128.57º 0.3% 0.23% -
HSV(B) 128.57º 0.46% 0.3% -
XYZ 3.99 5.84 3.5 -
YUV 62.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 41 76 46 0.46 0 0.39 0.70 128.57 0.3 0.23
Hex 29 4C 2E 2E 0 27 46 81 1E 17
Octal 51 114 56 56 0 47 106 201 36 27
Binary 101001 1001100 101110 101110 0 100111 1000110 10000001 11110 10111

Color Harmonies of #294C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C2E

Black with #294C2E

Text Example


Text Example

White with #294C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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