Html Css Color HEX #294933 Timber Green

📋 copy color: '#294933'

red 41 ◦ green 73 ◦ blue 51

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

Shades of Timber Green #294933

Tints of Timber Green #294933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.24%

 BLUE value IS 51 (20.31% from 255) = 30.91%

R = 24.85%
G = 44.24%
B = 30.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#294933 (or 0x294933) is known color: Timber Green. HEX triplet: 29, 49 and 33. RGB value is (41,73,51). Sum of RGB (Red+Green+Blue) = 41+73+51=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #294933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294933 is #D6B6CC. Grayscale: #3C3C3C. Windows color (decimal): -14071501 or 3361065. OLE color: 3361065.

HSL color Cylindrical-coordinate representation of color #294933: hue angle of 138.75º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #294933 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 73 51 -
CMYK 0.44 0 0.30 0.71
HSL 138.75º 0.28% 0.22% -
HSV(B) 138.75º 0.44% 0.29% -
XYZ 3.89 5.48 3.98 -
YUV 60.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 41 73 51 0.44 0 0.30 0.71 138.75 0.28 0.22
Hex 29 49 33 2C 0 1E 47 8B 1C 16
Octal 51 111 63 54 0 36 107 213 34 26
Binary 101001 1001001 110011 101100 0 11110 1000111 10001011 11100 10110

Color Harmonies of #294933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294933

Black with #294933

Text Example


Text Example

White with #294933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294933; }

 p { color: rgb(41,73,51); }

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

background-color css

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

 a { background-color: rgb(41,73,51); }

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

border-color css

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

 span { border-color: rgb(41,73,51); }

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