#293121

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

Shades of Pine Tree #293121

Tints of Pine Tree #293121

Color information

#293121 (or 0x293121) is unknown color: approx Pine Tree. HEX triplet: 29, 31 and 21. RGB value is (41,49,33). Sum of RGB (Red+Green+Blue) = 41+49+33=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #293121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293121 is #D6CEDE. Grayscale: #2C2C2C. Windows color (decimal): -14077663 or 2175273. OLE color: 2175273.

HSL color Cylindrical-coordinate representation of color #293121: hue angle of 90º 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 #293121 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB414933-
CMYK0.1600.330.81
HSL90º19.51%16.08%-
HSV(B)90º32.65%19.22%-
XYZ2.292.781.85-
YUV44.78121.35125.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=33.33%
G=39.84%
B=26.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149330.1600.330.819019.5116.08
Hex29312110021515a1410
Octal516141200411211322420
Binary101001110001100001100000100001101000110110101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293121; }

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

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

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

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

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

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

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

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