Html Css Color HEX #294230 Timber Green

📋 copy color: '#294230'

red 41 ◦ green 66 ◦ blue 48

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

Shades of Timber Green #294230

Tints of Timber Green #294230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.58%

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

R = 26.45%
G = 42.58%
B = 30.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#294230 (or 0x294230) is known color: Timber Green. HEX triplet: 29, 42 and 30. RGB value is (41,66,48). Sum of RGB (Red+Green+Blue) = 41+66+48=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #294230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294230 is #D6BDCF. Grayscale: #383838. Windows color (decimal): -14073296 or 3162665. OLE color: 3162665.

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

Color convert

RGB 41 66 48 -
CMYK 0.38 0 0.27 0.74
HSL 136.8º 0.23% 0.21% -
HSV(B) 136.8º 0.38% 0.26% -
XYZ 3.4 4.58 3.5 -
YUV 56.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 41 66 48 0.38 0 0.27 0.74 136.8 0.23 0.21
Hex 29 42 30 26 0 1B 4A 89 17 15
Octal 51 102 60 46 0 33 112 211 27 25
Binary 101001 1000010 110000 100110 0 11011 1001010 10001001 10111 10101

Color Harmonies of #294230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294230

Black with #294230

Text Example


Text Example

White with #294230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294230; }

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

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

background-color css

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

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

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

border-color css

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

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

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