#293915

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

Shades of Pine Tree #293915

Tints of Pine Tree #293915

Color information

#293915 (or 0x293915) is unknown color: approx Pine Tree. HEX triplet: 29, 39 and 15. RGB value is (41,57,21). Sum of RGB (Red+Green+Blue) = 41+57+21=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #293915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293915 is #D6C6EA. Grayscale: #303030. Windows color (decimal): -14075627 or 1390889. OLE color: 1390889.

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

Color convert

RGB415721-
CMYK0.2800.630.78
HSL86.67º46.15%15.29%-
HSV(B)86.67º63.16%22.35%-
XYZ2.513.451.24-
YUV48.11112.7122.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 57 (22.66% from 255) = 47.90%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=34.45%
G=47.90%
B=17.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4157210.2800.630.7886.6746.1515.29
Hex2939151C03F4E572ef
Octal517125340771161275617
Binary10100111100110101111000111111100111010101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293915; }

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

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

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

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

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

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

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

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