#293216

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

Shades of Pine Tree #293216

Tints of Pine Tree #293216

Color information

#293216 (or 0x293216) is unknown color: approx Pine Tree. HEX triplet: 29, 32 and 16. RGB value is (41,50,22). Sum of RGB (Red+Green+Blue) = 41+50+22=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #293216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293216 is #D6CDE9. Grayscale: #2C2C2C. Windows color (decimal): -14077418 or 1454633. OLE color: 1454633.

HSL color Cylindrical-coordinate representation of color #293216: hue angle of 79.29º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #293216 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB415022-
CMYK0.1800.560.80
HSL79.29º38.89%14.12%-
HSV(B)79.29º56%19.61%-
XYZ2.22.811.19-
YUV44.12115.52125.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.28%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=36.28%
G=44.25%
B=19.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150220.1800.560.8079.2938.8914.12
Hex29321612038504f27e
Octal516226220701201174716
Binary10100111001010110100100111000101000010011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293216; }

 p { color: rgb(41,50,22); }

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

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

 a { background-color: rgb(41,50,22); }

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

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

 span { border-color: rgb(41,50,22); }

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