Html Css Color HEX #294830 Timber Green

📋 copy color: '#294830'

red 41 ◦ green 72 ◦ blue 48

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

Shades of Timber Green #294830

Tints of Timber Green #294830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.72%

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

R = 25.47%
G = 44.72%
B = 29.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#294830 (or 0x294830) is known color: Timber Green. HEX triplet: 29, 48 and 30. RGB value is (41,72,48). Sum of RGB (Red+Green+Blue) = 41+72+48=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #294830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294830 is #D6B7CF. Grayscale: #3C3C3C. Windows color (decimal): -14071760 or 3164201. OLE color: 3164201.

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

Color convert

RGB 41 72 48 -
CMYK 0.43 0 0.33 0.72
HSL 133.55º 0.27% 0.22% -
HSV(B) 133.55º 0.43% 0.28% -
XYZ 3.77 5.32 3.62 -
YUV 60 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 41 72 48 0.43 0 0.33 0.72 133.55 0.27 0.22
Hex 29 48 30 2B 0 21 48 86 1B 16
Octal 51 110 60 53 0 41 110 206 33 26
Binary 101001 1001000 110000 101011 0 100001 1001000 10000110 11011 10110

Color Harmonies of #294830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294830

Black with #294830

Text Example


Text Example

White with #294830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294830; }

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

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

background-color css

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

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

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

border-color css

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

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

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