Html Css Color HEX #294430 Timber Green

📋 copy color: '#294430'

red 41 ◦ green 68 ◦ blue 48

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

Shades of Timber Green #294430

Tints of Timber Green #294430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.31%

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

R = 26.11%
G = 43.31%
B = 30.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#294430 (or 0x294430) is known color: Timber Green. HEX triplet: 29, 44 and 30. RGB value is (41,68,48). Sum of RGB (Red+Green+Blue) = 41+68+48=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #294430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294430 is #D6BBCF. Grayscale: #393939. Windows color (decimal): -14072784 or 3163177. OLE color: 3163177.

HSL color Cylindrical-coordinate representation of color #294430: hue angle of 135.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #294430 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 48 -
CMYK 0.40 0 0.29 0.73
HSL 135.56º 0.25% 0.21% -
HSV(B) 135.56º 0.4% 0.27% -
XYZ 3.52 4.82 3.54 -
YUV 57.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 41 68 48 0.40 0 0.29 0.73 135.56 0.25 0.21
Hex 29 44 30 28 0 1D 49 88 19 15
Octal 51 104 60 50 0 35 111 210 31 25
Binary 101001 1000100 110000 101000 0 11101 1001001 10001000 11001 10101

Color Harmonies of #294430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294430

Black with #294430

Text Example


Text Example

White with #294430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294430; }

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

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

background-color css

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

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

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

border-color css

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

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

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