#294933

Color #294933 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #294933

Tints of Timber Green #294933

Color information

#294933 (or 0x294933) is unknown color: approx 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

RGB417351-
CMYK0.4400.300.71
HSL138.75º28.07%22.35%-
HSV(B)138.75º43.84%28.63%-
XYZ3.895.483.98-
YUV60.92122.4113.79-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173510.4400.300.71138.7528.0722.35
Hex2949332C01E478b1c16
Octal5111163540361072133426
Binary10100110010011100111011000111101000111100010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>