Html Css Color HEX #294730 Timber Green

📋 copy color: '#294730'

red 41 ◦ green 71 ◦ blue 48

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

Shades of Timber Green #294730

Tints of Timber Green #294730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.38%

 BLUE value IS 48 (19.14% from 255) = 30%

R = 25.63%
G = 44.38%
B = 30%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#294730 (or 0x294730) is known color: Timber Green. HEX triplet: 29, 47 and 30. RGB value is (41,71,48). Sum of RGB (Red+Green+Blue) = 41+71+48=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #294730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294730 is #D6B8CF. Grayscale: #3B3B3B. Windows color (decimal): -14072016 or 3163945. OLE color: 3163945.

HSL color Cylindrical-coordinate representation of color #294730: hue angle of 134º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #294730 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 71 48 -
CMYK 0.42 0 0.32 0.72
HSL 134º 0.27% 0.22% -
HSV(B) 134º 0.42% 0.28% -
XYZ 3.7 5.19 3.6 -
YUV 59.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 41 71 48 0.42 0 0.32 0.72 134 0.27 0.22
Hex 29 47 30 2A 0 20 48 86 1B 16
Octal 51 107 60 52 0 40 110 206 33 26
Binary 101001 1000111 110000 101010 0 100000 1001000 10000110 11011 10110

Color Harmonies of #294730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294730

Black with #294730

Text Example


Text Example

White with #294730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294730; }

 p { color: rgb(41,71,48); }

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

background-color css

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

 a { background-color: rgb(41,71,48); }

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

border-color css

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

 span { border-color: rgb(41,71,48); }

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