#293120

Color #293120 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #293120

Tints of Pine Tree #293120

Color information

#293120 (or 0x293120) is unknown color: approx Pine Tree. HEX triplet: 29, 31 and 20. RGB value is (41,49,32). Sum of RGB (Red+Green+Blue) = 41+49+32=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #293120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293120 is #D6CEDF. Grayscale: #2C2C2C. Windows color (decimal): -14077664 or 2109737. OLE color: 2109737.

HSL color Cylindrical-coordinate representation of color #293120: hue angle of 88.24º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293120 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB414932-
CMYK0.1600.350.81
HSL88.24º20.99%15.88%-
HSV(B)88.24º34.69%19.22%-
XYZ2.272.771.78-
YUV44.67120.85125.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=33.61%
G=40.16%
B=26.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149320.1600.350.8188.2420.9915.88
Hex2931201002351581510
Octal516140200431211302520
Binary101001110001100000100000100011101000110110001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293120; }

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

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

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

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

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

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

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

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