Html Css Color HEX #294B2E Timber Green

📋 copy color: '#294B2E'

red 41 ◦ green 75 ◦ blue 46

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

Shades of Timber Green #294B2E

Tints of Timber Green #294B2E

RGB

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

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

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

R = 25.31%
G = 46.3%
B = 28.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.71

RGB Variations

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

Color information

#294B2E (or 0x294B2E) is known color: Timber Green. HEX triplet: 29, 4B and 2E. RGB value is (41,75,46). Sum of RGB (Red+Green+Blue) = 41+75+46=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #294B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B2E is #D6B4D1. Grayscale: #3D3D3D. Windows color (decimal): -14070994 or 3033897. OLE color: 3033897.

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

Color convert

RGB 41 75 46 -
CMYK 0.45 0 0.39 0.71
HSL 128.82º 0.29% 0.23% -
HSV(B) 128.82º 0.45% 0.29% -
XYZ 3.92 5.7 3.48 -
YUV 61.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 41 75 46 0.45 0 0.39 0.71 128.82 0.29 0.23
Hex 29 4B 2E 2D 0 27 47 81 1D 17
Octal 51 113 56 55 0 47 107 201 35 27
Binary 101001 1001011 101110 101101 0 100111 1000111 10000001 11101 10111

Color Harmonies of #294B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B2E

Black with #294B2E

Text Example


Text Example

White with #294B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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