Html Css Color HEX #294A30 Timber Green

📋 copy color: '#294A30'

red 41 ◦ green 74 ◦ blue 48

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

Shades of Timber Green #294A30

Tints of Timber Green #294A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.4%

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

R = 25.15%
G = 45.4%
B = 29.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#294A30 (or 0x294A30) is known color: Timber Green. HEX triplet: 29, 4A and 30. RGB value is (41,74,48). Sum of RGB (Red+Green+Blue) = 41+74+48=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #294A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A30 is #D6B5CF. Grayscale: #3D3D3D. Windows color (decimal): -14071248 or 3164713. OLE color: 3164713.

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

Color convert

RGB 41 74 48 -
CMYK 0.45 0 0.35 0.71
HSL 132.73º 0.29% 0.23% -
HSV(B) 132.73º 0.45% 0.29% -
XYZ 3.9 5.58 3.67 -
YUV 61.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 41 74 48 0.45 0 0.35 0.71 132.73 0.29 0.23
Hex 29 4A 30 2D 0 23 47 85 1D 17
Octal 51 112 60 55 0 43 107 205 35 27
Binary 101001 1001010 110000 101101 0 100011 1000111 10000101 11101 10111

Color Harmonies of #294A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A30

Black with #294A30

Text Example


Text Example

White with #294A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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