#293020

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

Shades of Pine Tree #293020

Tints of Pine Tree #293020

Color information

#293020 (or 0x293020) is unknown color: approx Pine Tree. HEX triplet: 29, 30 and 20. RGB value is (41,48,32). Sum of RGB (Red+Green+Blue) = 41+48+32=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #293020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293020 is #D6CFDF. Grayscale: #2C2C2C. Windows color (decimal): -14077920 or 2109481. OLE color: 2109481.

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

Color convert

RGB414832-
CMYK0.1500.330.81
HSL86.25º20%15.69%-
HSV(B)86.25º33.33%18.82%-
XYZ2.232.691.77-
YUV44.08121.18125.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=33.88%
G=39.67%
B=26.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148320.1500.330.8186.252015.69
Hex293020F02151561410
Octal516040170411211262420
Binary10100111000010000011110100001101000110101101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293020; }

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

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

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

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

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

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

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

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