#293715

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

Shades of Pine Tree #293715

Tints of Pine Tree #293715

Color information

#293715 (or 0x293715) is unknown color: approx Pine Tree. HEX triplet: 29, 37 and 15. RGB value is (41,55,21). Sum of RGB (Red+Green+Blue) = 41+55+21=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #293715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293715 is #D6C8EA. Grayscale: #2F2F2F. Windows color (decimal): -14076139 or 1390377. OLE color: 1390377.

HSL color Cylindrical-coordinate representation of color #293715: hue angle of 84.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #293715 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.

Color convert

RGB415521-
CMYK0.2500.620.78
HSL84.71º44.74%14.9%-
HSV(B)84.71º61.82%21.57%-
XYZ2.423.261.21-
YUV46.94113.36123.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.04%
GREEN value IS 55 (21.88% from 255) = 47.01%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=35.04%
G=47.01%
B=17.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4155210.2500.620.7884.7144.7414.9
Hex2937151903E4E552df
Octal516725310761161255517
Binary10100111011110101110010111110100111010101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293715; }

 p { color: rgb(41,55,21); }

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

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

 a { background-color: rgb(41,55,21); }

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

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

 span { border-color: rgb(41,55,21); }

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