Html Css Color HEX #294130 Timber Green

📋 copy color: '#294130'

red 41 ◦ green 65 ◦ blue 48

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

Shades of Timber Green #294130

Tints of Timber Green #294130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.21%

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

R = 26.62%
G = 42.21%
B = 31.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#294130 (or 0x294130) is known color: Timber Green. HEX triplet: 29, 41 and 30. RGB value is (41,65,48). Sum of RGB (Red+Green+Blue) = 41+65+48=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #294130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294130 is #D6BECF. Grayscale: #373737. Windows color (decimal): -14073552 or 3162409. OLE color: 3162409.

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

Color convert

RGB 41 65 48 -
CMYK 0.37 0 0.26 0.75
HSL 137.5º 0.23% 0.21% -
HSV(B) 137.5º 0.37% 0.25% -
XYZ 3.34 4.47 3.48 -
YUV 55.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 41 65 48 0.37 0 0.26 0.75 137.5 0.23 0.21
Hex 29 41 30 25 0 1A 4B 8A 17 15
Octal 51 101 60 45 0 32 113 212 27 25
Binary 101001 1000001 110000 100101 0 11010 1001011 10001010 10111 10101

Color Harmonies of #294130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294130

Black with #294130

Text Example


Text Example

White with #294130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294130; }

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

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

background-color css

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

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

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

border-color css

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

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

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