#295031

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

Shades of Timber Green #295031

Tints of Timber Green #295031

Color information

#295031 (or 0x295031) is unknown color: approx Timber Green. HEX triplet: 29, 50 and 31. RGB value is (41,80,49). Sum of RGB (Red+Green+Blue) = 41+80+49=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #295031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295031 is #D6AFCE. Grayscale: #404040. Windows color (decimal): -14069711 or 3231785. OLE color: 3231785.

HSL color Cylindrical-coordinate representation of color #295031: hue angle of 132.31º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295031 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB418049-
CMYK0.4900.390.69
HSL132.31º32.23%23.73%-
HSV(B)132.31º48.75%31.37%-
XYZ4.346.433.92-
YUV64.8119.08111.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 49 (19.53% from 255) = 28.82%
R=24.12%
G=47.06%
B=28.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180490.4900.390.69132.3132.2323.73
Hex2950313102745842018
Octal5112061610471052044030
Binary1010011010000110001110001010011110001011000010010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295031; }

 p { color: rgb(41,80,49); }

 H1.HeaderClassName
 {
   color: #295031;
 }
 .AnyTagClassName
 {
   color: #295031;
 }
</style>
background-color css

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

 a { background-color: rgb(41,80,49); }

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

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

 span { border-color: rgb(41,80,49); }

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