#293714

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

Shades of Pine Tree #293714

Tints of Pine Tree #293714

Color information

#293714 (or 0x293714) is unknown color: approx Pine Tree. HEX triplet: 29, 37 and 14. RGB value is (41,55,20). Sum of RGB (Red+Green+Blue) = 41+55+20=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #293714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293714 is #D6C8EB. Grayscale: #2E2E2E. Windows color (decimal): -14076140 or 1324841. OLE color: 1324841.

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

Color convert

RGB415520-
CMYK0.2500.640.78
HSL84º46.67%14.71%-
HSV(B)84º63.64%21.57%-
XYZ2.413.251.16-
YUV46.82112.86123.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 55 (21.88% from 255) = 47.41%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=35.34%
G=47.41%
B=17.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4155200.2500.640.788446.6714.71
Hex293714190404E542ff
Octal5167243101001161245717
Binary101001110111101001100101000000100111010101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293714; }

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

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

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

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

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

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

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

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