#294230

Color #294230 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #294230

Tints of Timber Green #294230

Color information

#294230 (or 0x294230) is unknown color: approx 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

RGB416648-
CMYK0.3800.270.74
HSL136.8º23.36%20.98%-
HSV(B)136.8º37.88%25.88%-
XYZ3.44.583.5-
YUV56.47123.22116.96-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166480.3800.270.74136.823.3620.98
Hex2942302601B4A891715
Octal5110260460331122112725
Binary10100110000101100001001100110111001010100010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>