Html Css Color HEX #294030 Timber Green

📋 copy color: '#294030'

red 41 ◦ green 64 ◦ blue 48

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

Shades of Timber Green #294030

Tints of Timber Green #294030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.83%

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

R = 26.8%
G = 41.83%
B = 31.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#294030 (or 0x294030) is known color: Timber Green. HEX triplet: 29, 40 and 30. RGB value is (41,64,48). Sum of RGB (Red+Green+Blue) = 41+64+48=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #294030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294030 is #D6BFCF. Grayscale: #373737. Windows color (decimal): -14073808 or 3162153. OLE color: 3162153.

HSL color Cylindrical-coordinate representation of color #294030: hue angle of 138.26º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #294030 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 48 -
CMYK 0.36 0 0.25 0.75
HSL 138.26º 0.22% 0.21% -
HSV(B) 138.26º 0.36% 0.25% -
XYZ 3.28 4.35 3.46 -
YUV 55.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 41 64 48 0.36 0 0.25 0.75 138.26 0.22 0.21
Hex 29 40 30 24 0 19 4B 8A 16 15
Octal 51 100 60 44 0 31 113 212 26 25
Binary 101001 1000000 110000 100100 0 11001 1001011 10001010 10110 10101

Color Harmonies of #294030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294030

Black with #294030

Text Example


Text Example

White with #294030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294030; }

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

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

background-color css

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

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

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

border-color css

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

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

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